Utilities/BackgroundClient.py

changeset 4563
881340f4bd0c
parent 4221
c9fdc07753a7
child 4566
a2e8f3c420ec
diff -r 5bc6ed226471 -r 881340f4bd0c Utilities/BackgroundClient.py
--- 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)

eric ide

mercurial