フォーク元 endorphant/ttbp
adding extra version confirmation options
このコミットが含まれているのは:
コミット
b5845ede8d
@ -1245,7 +1245,7 @@ something strange happened to you during this update.
|
|||||||
|
|
||||||
confirm = ""
|
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! ")
|
confirm = raw_input("\nplease type <x> when you've finished reading about the updates! ")
|
||||||
|
|
||||||
open(versionFile, "w").write(__version__)
|
open(versionFile, "w").write(__version__)
|
||||||
|
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする