mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
pep 8
This commit is contained in:
parent
8bd4afb235
commit
70140f966a
@ -95,7 +95,7 @@ def start(configfile=None, daemonize=False, environment=None,
|
|||||||
# Always start the engine; this will start all other services
|
# Always start the engine; this will start all other services
|
||||||
try:
|
try:
|
||||||
engine.start()
|
engine.start()
|
||||||
except:
|
except Exception as e:
|
||||||
# Assume the error has been logged already via bus.log.
|
# Assume the error has been logged already via bus.log.
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user