Debugger/ExceptionLogger.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3021
801289962f4e
child 3145
a9de05d4a22f
--- a/Debugger/ExceptionLogger.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/Debugger/ExceptionLogger.py	Fri Nov 01 15:48:48 2013 +0100
@@ -98,9 +98,9 @@
         """
         itm = QTreeWidgetItem(self)
         if exceptionType is None:
-            itm.setText(0,
-                self.trUtf8('An unhandled exception occured.'
-                            ' See the shell window for details.'))
+            itm.setText(
+                0, self.trUtf8('An unhandled exception occured.'
+                               ' See the shell window for details.'))
             return
         
         if exceptionMessage == '':

eric ide

mercurial