mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 01:14: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
|
||||
try:
|
||||
engine.start()
|
||||
except:
|
||||
except Exception as e:
|
||||
# Assume the error has been logged already via bus.log.
|
||||
sys.exit(1)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user