mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-03 14:02:26 -04:00
added exit if missing config file
This commit is contained in:
parent
5717504f11
commit
e3964c5426
@ -46,3 +46,4 @@ def get_config():
|
|||||||
else:
|
else:
|
||||||
print("%s is missing, please create a config file" % config_file)
|
print("%s is missing, please create a config file" % config_file)
|
||||||
print("example config is\n %s" % example_config)
|
print("example config is\n %s" % example_config)
|
||||||
|
sys.exit(-1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user