mirror of
https://github.com/cooperhammond/irs.git
synced 2025-02-01 08:01:00 +00:00
Remove testing code
This commit is contained in:
parent
25af928bb0
commit
14a8da80f3
|
@ -11,9 +11,5 @@ def setup():
|
||||||
|
|
||||||
config_file = os.path.expanduser("~/.irs/config_.py")
|
config_file = os.path.expanduser("~/.irs/config_.py")
|
||||||
if not os.path.isfile(config_file):
|
if not os.path.isfile(config_file):
|
||||||
print("\n")
|
|
||||||
os.system("ls " + os.path.dirname(inspect.getfile(irs)))
|
|
||||||
print(inspect.getfile(irs))
|
|
||||||
print("\n")
|
|
||||||
copyfile(os.path.dirname(inspect.getfile(irs)) + "/config_preset.py",
|
copyfile(os.path.dirname(inspect.getfile(irs)) + "/config_preset.py",
|
||||||
config_file)
|
config_file)
|
||||||
|
|
Loading…
Reference in a new issue