DebugClients/Python/DebugClientBase.py

changeset 4435
9f6555d3c3c0
parent 4385
599681bf149a
child 4489
d0d6e4ad31bd
--- a/DebugClients/Python/DebugClientBase.py	Sat Sep 05 13:49:08 2015 +0200
+++ b/DebugClients/Python/DebugClientBase.py	Sat Sep 05 15:13:13 2015 +0200
@@ -1502,7 +1502,7 @@
                         try:
                             exec 'mcdict = dict%s.__class__.__dict__' % access
                             ndict.update(mcdict)     # __IGNORE_WARNING__
-                            if mdict and not "sipThis" in mdict.keys():  # __IGNORE_WARNING__
+                            if mdict and "sipThis" not in mdict.keys():  # __IGNORE_WARNING__
                                 del rvar[0:2]
                                 access = ""
                         except:

eric ide

mercurial