fix log
This commit is contained in:
parent
10358ffebd
commit
8d974726bc
1 changed files with 0 additions and 1 deletions
|
@ -163,7 +163,6 @@ def main():
|
||||||
logging.error('found an error in config.json: %s',
|
logging.error('found an error in config.json: %s',
|
||||||
e.message)
|
e.message)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
logging.info('loading config from %s' % config_path)
|
|
||||||
else:
|
else:
|
||||||
config = {}
|
config = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue