Add a new-line

llvm-svn: 197860
This commit is contained in:
Enrico Granata 2013-12-21 08:24:28 +00:00
parent 922dd82e09
commit 0c0f9dcd91
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class SimpleREPL(code.InteractiveConsole):
line = self.process_input (input)
more = self.push(line)
if more:
self.write ("Input not a complete line.")
self.write ("Input not a complete line.\n")
self.resetbuffer()
more = 0