eric6/DebugClients/Python/DebugClientBase.py

branch
multi_processing
changeset 7627
812ee8c0a91a
parent 7564
787684e6f2f3
parent 7594
ee35df230130
child 7646
39e3db2b4936
diff -r e8688eb98b98 -r 812ee8c0a91a eric6/DebugClients/Python/DebugClientBase.py
--- a/eric6/DebugClients/Python/DebugClientBase.py	Sun May 03 13:42:52 2020 +0200
+++ b/eric6/DebugClients/Python/DebugClientBase.py	Wed Jun 17 17:14:12 2020 +0200
@@ -1898,7 +1898,7 @@
                     if ConfigVarTypeStrings.index(valtype) in filterList:
                         continue
                 except ValueError:
-                    if valtype == "sip.enumtype":
+                    if valtype in ("sip.enumtype", "sip.wrappertype"):
                         if ConfigVarTypeStrings.index('class') in filterList:
                             continue
                     elif (valtype == "sip.methoddescriptor" or

eric ide

mercurial