DebugClients/Python/DebugClientBase.py

changeset 5277
ed66a44dcd84
parent 5272
5684dd6667e6
child 5278
efd21f457e06
diff -r c8055cb37262 -r ed66a44dcd84 DebugClients/Python/DebugClientBase.py
--- a/DebugClients/Python/DebugClientBase.py	Wed Oct 26 19:27:11 2016 +0200
+++ b/DebugClients/Python/DebugClientBase.py	Wed Oct 26 19:29:01 2016 +0200
@@ -1684,7 +1684,7 @@
                     elif ConfigVarTypeStrings.index('instance') in filter:
                         continue
                     
-                    if (not valtypestr.startswith('type ') and 
+                    if (not valtypestr.startswith('type ') and
                             valtypename not in
                             ["ndarray", "MultiValueDict", "array"]):
                         valtype = valtypestr

eric ide

mercurial