DebugClients/Python/DebugBase.py

changeset 4563
881340f4bd0c
parent 4543
2e6a880670e9
child 4566
a2e8f3c420ec
diff -r 5bc6ed226471 -r 881340f4bd0c DebugClients/Python/DebugBase.py
--- a/DebugClients/Python/DebugBase.py	Sun Nov 15 13:31:39 2015 +0100
+++ b/DebugClients/Python/DebugBase.py	Sun Nov 15 13:52:29 2015 +0100
@@ -454,7 +454,7 @@
                         continue
                     else:
                         return (b, 1)
-            except:
+            except Exception:
                 if b.special:
                     try:
                         b.values[frame][0] = 0

eric ide

mercurial