--- 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