1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-01 08:38:04 +02:00
This commit is contained in:
kakwa 2019-02-07 21:09:42 +01:00
parent 8bd4afb235
commit 70140f966a

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: