Debugger/ExceptionLogger.py

changeset 3021
801289962f4e
parent 2988
f53c03574697
child 3058
0a02c433f52d
child 3160
209a07d7e401
diff -r 542e97d4ecb3 -r 801289962f4e Debugger/ExceptionLogger.py
--- a/Debugger/ExceptionLogger.py	Mon Oct 14 19:30:36 2013 +0200
+++ b/Debugger/ExceptionLogger.py	Mon Oct 14 20:08:19 2013 +0200
@@ -96,9 +96,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