This commit is contained in:
kakwa 2019-02-07 21:09:42 +01:00
parent 8bd4afb235
commit 70140f966a
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ def start(configfile=None, daemonize=False, environment=None,
# Always start the engine; this will start all other services
try:
engine.start()
except:
except Exception as e:
# Assume the error has been logged already via bus.log.
sys.exit(1)
else: