eric6/DebugClients/Python/DebugClientBase.py

branch
Variables Viewer
changeset 6980
cf9351b063a8
parent 6979
c272ec33ea11
child 6988
87ad87ef1910
diff -r c272ec33ea11 -r cf9351b063a8 eric6/DebugClients/Python/DebugClientBase.py
--- a/eric6/DebugClients/Python/DebugClientBase.py	Sat Apr 27 22:16:35 2019 +0200
+++ b/eric6/DebugClients/Python/DebugClientBase.py	Sun Apr 28 11:54:28 2019 +0200
@@ -1820,10 +1820,9 @@
                     
                     isQt = valtype.startswith(ConfigQtNames)
                     if (not valtypestr.startswith('type ') and
-                            valtypename not in (
-                                "ndarray", "MultiValueDict", "array",
-                                "defaultdict"
-                            ) and not isQt):  # __IGNORE_WARNING_E123__
+                        valtypename not in ("ndarray", "MultiValueDict",
+                                            "array", "defaultdict") and
+                            not isQt):
                         valtype = valtypestr
                 
                 try:

eric ide

mercurial