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