Put raw_input() into loop to fix #144

This commit is contained in:
Michael Schmatz 2014-01-10 22:36:48 -08:00
parent 00f4699ce5
commit bd8ece2645

View file

@ -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: