Debugger/DebugUI.py

changeset 761
de0723fab049
parent 755
e81e1f8d7874
child 768
df2dbf3072be
diff -r 576fbf256645 -r de0723fab049 Debugger/DebugUI.py
--- a/Debugger/DebugUI.py	Sun Dec 19 14:45:44 2010 +0100
+++ b/Debugger/DebugUI.py	Sun Dec 19 15:26:00 2010 +0100
@@ -955,11 +955,11 @@
             if self.ui.currentProg is None:
                 self.appendStdout.emit(
                     self.trUtf8('The program has terminated with an exit'
-                                ' status of {0}.').format(status))
+                                ' status of {0}.\n').format(status))
             else:
                 self.appendStdout.emit(
                     self.trUtf8('"{0}" has terminated with an exit'
-                                ' status of {1}.')
+                                ' status of {1}.\n')
                         .format(Utilities.normabspath(self.ui.currentProg), status))
 
     def __clientSyntaxError(self, message, filename, lineNo, characterNo):

eric ide

mercurial