minor fix to input node

This commit is contained in:
Anthony Scopatz 2016-05-20 12:42:38 -04:00
parent ec2298a1bd
commit a8a9dedc1e

View file

@ -580,6 +580,7 @@ class PromptVisitor(StateVisitor):
else:
need_input = not status
else:
x = raw
need_input = False
return x