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 == '':