eric7/Debugger/VariablesViewer.py

branch
eric7
changeset 8479
903b7d3b58af
parent 8473
754a0ff2ceaa
child 8531
4ce885e452ac
--- a/eric7/Debugger/VariablesViewer.py	Wed Jul 21 17:52:39 2021 +0200
+++ b/eric7/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