mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
minor fix to input node
This commit is contained in:
parent
ec2298a1bd
commit
a8a9dedc1e
1 changed files with 1 additions and 0 deletions
|
@ -580,6 +580,7 @@ class PromptVisitor(StateVisitor):
|
|||
else:
|
||||
need_input = not status
|
||||
else:
|
||||
x = raw
|
||||
need_input = False
|
||||
return x
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue