DataViews/PyProfileDialog.py

changeset 6187
2cc7e3629784
parent 6048
82ad8ec9548c
child 6645
ad476851d7e0
--- a/DataViews/PyProfileDialog.py	Mon Mar 12 19:49:46 2018 +0100
+++ b/DataViews/PyProfileDialog.py	Mon Mar 12 19:57:16 2018 +0100
@@ -169,7 +169,7 @@
             self.resultList.setSortingEnabled(False)
             
             # now go through all the files
-            for func, (cc, nc, tt, ct, callers) in list(self.stats.items()):
+            for func, (cc, nc, tt, ct, _callers) in list(self.stats.items()):
                 if self.cancelled:
                     return
                 

eric ide

mercurial