src/eric7/DataViews/PyProfileDialog.py

branch
eric7
changeset 10373
093dcebe5ecb
parent 10076
649f7ca537ea
child 10423
299802979277
--- a/src/eric7/DataViews/PyProfileDialog.py	Sun Dec 03 16:44:52 2023 +0100
+++ b/src/eric7/DataViews/PyProfileDialog.py	Sun Dec 03 19:46:34 2023 +0100
@@ -182,7 +182,7 @@
             # now go through all the files
             now = time.monotonic()
             for progress, (func, (cc, nc, tt, ct, _callers)) in enumerate(
-                list(self.stats.items()), start=1
+                self.stats.items(), start=1
             ):
                 if self.cancelled:
                     return

eric ide

mercurial