mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-01-24 02:40:18 +00:00
adding extra version confirmation options
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user