src/eric7/DebugClients/Python/PyProfile.py

branch
eric7
changeset 10689
3ede487187f2
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
--- a/src/eric7/DebugClients/Python/PyProfile.py	Mon Apr 22 13:20:16 2024 +0200
+++ b/src/eric7/DebugClients/Python/PyProfile.py	Mon Apr 22 15:15:36 2024 +0200
@@ -147,7 +147,7 @@
         @rtype int
         """
         if self.cur and frame.f_back is not self.cur[-2]:
-            rpt, rit, ret, rfn, rframe, rcur = self.cur
+            _rpt, _rit, _ret, rfn, rframe, _rcur = self.cur
             if not isinstance(rframe, profile.Profile.fake_frame):
                 assert rframe.f_back is frame.f_back, (  # secok
                     "Bad call",

eric ide

mercurial