Updated setup.py
This commit is contained in:
pare
b85ace6420
commit
cca8dac21b
S'han modificat 1 arxius amb 2 adicions i 2 eliminacions
4
setup.py
4
setup.py
|
@ -2,7 +2,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import getpass
|
||||
import fileinput,re
|
||||
import fileinput,re
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
@ -13,7 +13,7 @@ def create_dir():
|
|||
def create_file():
|
||||
if not os.path.exists('secrets/secrets.txt'):
|
||||
with open('secrets/secrets.txt', 'w'): pass
|
||||
print(secrets_filepath + " created!")
|
||||
print(secrets_filepath + " created!")
|
||||
|
||||
def write_parameter( parameter, file_path ):
|
||||
print("\n")
|
||||
|
|
Loading…
Referencia en una nova incidència