We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f41e6d commit 827c8ffCopy full SHA for 827c8ff
bpython/scrollfrontend/repl.py
@@ -717,7 +717,7 @@ def external_editor(self):
717
temp.flush()
718
subprocess.call([editor, temp.name])
719
self.history = [line for line in open(temp.name).read().split('\n')
720
- if (line[:4] != '### ' and line.split())]
+ if line[:4] != '### ']
721
self.reevaluate()
722
723
def simple_repl():
0 commit comments