mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Put raw_input() into loop to fix #144
This commit is contained in:
parent
00f4699ce5
commit
bd8ece2645
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ class Node(Dependency):
|
|||
wants_to_upgrade = strtobool(user_input)
|
||||
except:
|
||||
print u"Please enter y or n. "
|
||||
user_input = raw_input()
|
||||
continue
|
||||
break
|
||||
if wants_to_upgrade:
|
||||
|
|
Loading…
Reference in a new issue