added extra error statement
This commit is contained in:
parent
f0298a4391
commit
9a627df31b
|
@ -37,6 +37,7 @@ def main():
|
||||||
gui.mainloop()
|
gui.mainloop()
|
||||||
except TypeError:
|
except TypeError:
|
||||||
sys.exit("The config file seems to be corrupted, please run: 'python project.py --config'")
|
sys.exit("The config file seems to be corrupted, please run: 'python project.py --config'")
|
||||||
|
sys.exit("No Config available. please run: 'python project.py --config' to set it up")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue