src/eric7/DebugClients/Python/DebugVariables.py

branch
eric7
changeset 10373
093dcebe5ecb
parent 10332
7308cfc6e558
child 10417
c6011e501282
--- a/src/eric7/DebugClients/Python/DebugVariables.py	Sun Dec 03 16:44:52 2023 +0100
+++ b/src/eric7/DebugClients/Python/DebugVariables.py	Sun Dec 03 19:46:34 2023 +0100
@@ -519,7 +519,7 @@
         """
         d = []
         start = count = 0
-        allKeys = list(var.keys())
+        allKeys = list(var)
         try:
             # Fast path: all items from same type
             allKeys.sort()

eric ide

mercurial