added exit if missing config file

This commit is contained in:
Walter A. Boring IV 2018-11-21 15:23:06 -08:00
parent 5717504f11
commit e3964c5426
1 changed files with 1 additions and 0 deletions

View File

@ -46,3 +46,4 @@ def get_config():
else:
print("%s is missing, please create a config file" % config_file)
print("example config is\n %s" % example_config)
sys.exit(-1)