зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1620860 - mozlint/yamllint - Fix the python path include r=Dexter
Differential Revision: https://phabricator.services.mozilla.com/D65908 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
4da3ae8341
Коммит
3baed30511
|
@ -63,7 +63,7 @@ def get_yamllint_binary(mc_root):
|
|||
|
||||
# yamllint is vendored in mozilla-central: let's use this
|
||||
# if no environment variable is found.
|
||||
return os.path.join(mc_root, 'third_party', 'python', 'yamllint')
|
||||
return os.path.join(mc_root, 'third_party', 'python', 'yamllint', 'yamllint')
|
||||
|
||||
|
||||
def _run_pip(*args):
|
||||
|
|
Загрузка…
Ссылка в новой задаче