fix log
This commit is contained in:
@ -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 = {}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user