DataViews/PyProfileDialog.py

branch
maintenance
changeset 6206
a02b03b7bfec
parent 6187
2cc7e3629784
child 6645
ad476851d7e0
diff -r ad8ed15f90e5 -r a02b03b7bfec DataViews/PyProfileDialog.py
--- a/DataViews/PyProfileDialog.py	Sun Mar 04 14:55:23 2018 +0100
+++ b/DataViews/PyProfileDialog.py	Mon Apr 02 12:04:18 2018 +0200
@@ -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