--- a/Utilities/BackgroundClient.py Sun Nov 15 13:31:39 2015 +0100 +++ b/Utilities/BackgroundClient.py Sun Nov 15 13:52:29 2015 +0100 @@ -167,7 +167,7 @@ ret = 'Unknown service.' self.__send(fx, fn, ret) - except: + except Exception: exctype, excval, exctb = sys.exc_info() tbinfofile = io.StringIO() traceback.print_tb(exctb, None, tbinfofile)