зеркало из https://github.com/mozilla/gecko-dev.git
Bug 909867 - Fix case on WhichError in mercurial setup wizard; r=trivial
DONTBUILD (NPOTB)
This commit is contained in:
Родитель
fe89e116ad
Коммит
6186ab6b68
|
@ -93,7 +93,7 @@ class MercurialSetupWizard(object):
|
|||
|
||||
try:
|
||||
hg = which.which('hg')
|
||||
except which.whichError as e:
|
||||
except which.WhichError as e:
|
||||
print(e)
|
||||
print('Try running |mach bootstrap| to ensure your environment is '
|
||||
'up to date.')
|
||||
|
|
Загрузка…
Ссылка в новой задаче