DataViews/PyProfileDialog.py

changeset 3020
542e97d4ecb3
parent 2986
cd4e2cab7eb2
child 3021
801289962f4e
--- a/DataViews/PyProfileDialog.py	Mon Oct 14 18:26:25 2013 +0200
+++ b/DataViews/PyProfileDialog.py	Mon Oct 14 19:30:36 2013 +0200
@@ -227,7 +227,8 @@
         
         fname = "{0}.profile".format(self.basename)
         if not os.path.exists(fname):
-            E5MessageBox.warning(self,
+            E5MessageBox.warning(
+                self,
                 self.trUtf8("Profile Results"),
                 self.trUtf8("""<p>There is no profiling data"""
                             """ available for <b>{0}</b>.</p>""")
@@ -239,7 +240,8 @@
             self.stats = pickle.load(f)
             f.close()
         except (EnvironmentError, pickle.PickleError, EOFError):
-            E5MessageBox.critical(self,
+            E5MessageBox.critical(
+                self,
                 self.trUtf8("Loading Profiling Data"),
                 self.trUtf8("""<p>The profiling data could not be"""
                             """ read from file <b>{0}</b>.</p>""")

eric ide

mercurial