Debugger/CallStackViewer.py

changeset 3020
542e97d4ecb3
parent 2988
f53c03574697
child 3021
801289962f4e
--- a/Debugger/CallStackViewer.py	Mon Oct 14 18:26:25 2013 +0200
+++ b/Debugger/CallStackViewer.py	Mon Oct 14 19:30:36 2013 +0200
@@ -166,7 +166,8 @@
                     if ex:
                         fname += ex
                 if QFileInfo(fname).exists():
-                    res = E5MessageBox.yesNo(self,
+                    res = E5MessageBox.yesNo(
+                        self,
                         self.trUtf8("Save Call Stack Info"),
                         self.trUtf8("<p>The file <b>{0}</b> already exists."
                                     " Overwrite it?</p>").format(fname),
@@ -184,7 +185,8 @@
                         itm = self.itemBelow(itm)
                     f.close()
                 except IOError as err:
-                    E5MessageBox.critical(self,
+                    E5MessageBox.critical(
+                        self,
                         self.trUtf8("Error saving Call Stack Info"),
                         self.trUtf8("""<p>The call stack info could not be"""
                                     """ written to <b>{0}</b></p>"""

eric ide

mercurial