DebugClients/Python/DebugClientThreads.py

changeset 4563
881340f4bd0c
parent 4543
2e6a880670e9
child 4631
5c1a96925da4
diff -r 5bc6ed226471 -r 881340f4bd0c DebugClients/Python/DebugClientThreads.py
--- a/DebugClients/Python/DebugClientThreads.py	Sun Nov 15 13:31:39 2015 +0100
+++ b/DebugClients/Python/DebugClientThreads.py	Sun Nov 15 13:52:29 2015 +0100
@@ -186,7 +186,7 @@
             try:
                 for key in self.threads.keys():
                     self.threads[key].set_quit()
-            except:
+            except Exception:
                 pass
         finally:
             if locked:

eric ide

mercurial