--- a/eric6/DataViews/PyProfileDialog.py Wed Jun 17 17:12:21 2020 +0200 +++ b/eric6/DataViews/PyProfileDialog.py Wed Jun 17 20:18:54 2020 +0200 @@ -9,7 +9,7 @@ import os -import pickle +import pickle # secok from PyQt5.QtCore import Qt from PyQt5.QtWidgets import ( @@ -242,7 +242,7 @@ return try: f = open(fname, 'rb') - self.stats = pickle.load(f) + self.stats = pickle.load(f) # secok f.close() except (EnvironmentError, pickle.PickleError, EOFError): E5MessageBox.critical(