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