eric6/Debugger/VariablesViewer.py

changeset 8483
11469e50910f
parent 8472
52e96cd0730d
child 8530
db1794734aec
diff -r 4b9f6bd71a99 -r 11469e50910f eric6/Debugger/VariablesViewer.py
--- a/eric6/Debugger/VariablesViewer.py	Wed Jul 21 17:52:39 2021 +0200
+++ b/eric6/Debugger/VariablesViewer.py	Tue Jul 27 19:22:37 2021 +0200
@@ -192,6 +192,7 @@
             else:
                 dvalue = VariableItem.unsized
             self.hasChildren = True
+        
         elif dtype in VariableItem.arrayTypes:
             self.childCount = int(dvalue)
             dvalue = VariableItem.noOfItemsStr.format(dvalue)

eric ide

mercurial