This commit is contained in:
parent
1bef879dac
commit
c67179cdba
@ -90,7 +90,7 @@ class Console():
|
||||
self.write_output(prompt)
|
||||
while True:
|
||||
input_line = sys.stdin.readline()
|
||||
if input_line.lower().strip() != "/ex":
|
||||
if input_line.lower().strip() == "/ex":
|
||||
break
|
||||
input_lines.append(input_line)
|
||||
return ''.join(input_lines)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user