revert commit c0a7e9b631 because it did not work as expected

This commit is contained in:
2017-09-21 00:04:10 +02:00
parent c0a7e9b631
commit a3b8f98913

View File

@@ -163,7 +163,7 @@ def execute(context, is_interactive):
line = line_object.body
# run the console, "\n" executes a multi line statement
line_exec = line if line.strip() else ""
line_exec = line if line.strip() else "\n"
is_multiline = console.push(line_exec)
except: