eric6/Debugger/VariablesViewer.py

branch
multi_processing
changeset 7863
6725d2549801
parent 7802
eefe954f01e8
parent 7862
817ef8e0fa66
child 7914
999f07b00a49
--- a/eric6/Debugger/VariablesViewer.py	Sat Dec 05 18:25:31 2020 +0100
+++ b/eric6/Debugger/VariablesViewer.py	Sun Dec 06 17:53:05 2020 +0100
@@ -195,7 +195,7 @@
         elif dtype == "Shiboken.EnumType":
             self.hasChildren = True
             
-        elif dtype in ['str', 'unicode']:
+        elif dtype == 'str':
             if VariableItem.rx_nonprintable.search(dvalue) is None:
                 try:
                     dvalue = ast.literal_eval(dvalue)

eric ide

mercurial