adding extra version confirmation options

master
Vincent Zeng 2017-12-31 12:31:09 -05:00
parent e545dff22c
commit b5845ede8d
1 changed files with 1 additions and 1 deletions

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__)