eric6/DebugClients/Python/DebugVariables.py

changeset 7914
999f07b00a49
parent 7862
817ef8e0fa66
child 7923
91e843545d9a
--- a/eric6/DebugClients/Python/DebugVariables.py	Sat Dec 26 11:39:35 2020 +0100
+++ b/eric6/DebugClients/Python/DebugVariables.py	Sat Dec 26 22:49:27 2020 +0100
@@ -222,7 +222,7 @@
         d = {}
         start = count = 0
         for idx, value in enumerate(var):
-            d[str(idx)] = value
+            d[idx] = value
             count += 1
             if count >= BatchSize:
                 yield start, d

eric ide

mercurial