DebugClients/Python/DebugBase.py

changeset 5761
f9e1e4e50b33
parent 5757
9a4e28d0b3c4
child 5966
3325ecd87c7c
--- a/DebugClients/Python/DebugBase.py	Mon Jun 19 17:49:39 2017 +0200
+++ b/DebugClients/Python/DebugBase.py	Tue Jun 20 14:45:35 2017 +0200
@@ -797,7 +797,7 @@
         exctype, excval, exctb = excinfo
         
         if ((exctype in [GeneratorExit, StopIteration] and
-                unhandled == False) or
+             unhandled is False) or
                 exctype == SystemExit):
             # ignore these
             return

eric ide

mercurial