From 70140f966ac4c3d8c2e4f3b038d72dc8a8feddc3 Mon Sep 17 00:00:00 2001 From: kakwa Date: Thu, 7 Feb 2019 21:09:42 +0100 Subject: [PATCH] pep 8 --- ldapcherry/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldapcherry/cli.py b/ldapcherry/cli.py index 862111d..626ef2e 100755 --- a/ldapcherry/cli.py +++ b/ldapcherry/cli.py @@ -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: