Fixed a code style issue.

Tue, 20 Jun 2017 14:45:35 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 20 Jun 2017 14:45:35 +0200
changeset 5761
f9e1e4e50b33
parent 5760
80d0eb2c413d
child 5762
76ef5f340007

Fixed a code style issue.

DebugClients/Python/DebugBase.py file | annotate | diff | comparison | revisions
--- 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