зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1606541
- Fix a too agressive replace r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D58490 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
950468de8e
Коммит
1c2732b6aa
|
@ -63,7 +63,7 @@ def prompt_bool(prompt, limit=5):
|
|||
for _ in range(limit):
|
||||
try:
|
||||
return strtobool(raw_input(prompt + "[Y/N]\n"))
|
||||
except ValueERROR:
|
||||
except ValueError:
|
||||
print("ERROR! Please enter a valid option! Please use any of the following:"
|
||||
" Y, N, True, False, 1, 0")
|
||||
return False
|
||||
|
|
Загрузка…
Ссылка в новой задаче