adding extra version confirmation options

This commit is contained in:
Vincent Zeng 2017-12-31 12:31:09 -05:00
parent e545dff22c
commit b5845ede8d

View File

@ -1245,7 +1245,7 @@ something strange happened to you during this update.
confirm = ""
while confirm != "x":
while confirm not in ("x", "<x>", "X", "<X>"):
confirm = raw_input("\nplease type <x> when you've finished reading about the updates! ")
open(versionFile, "w").write(__version__)