зеркало из https://github.com/mozilla/gecko-dev.git
bug 1506729 - fix telemetry submission on Windows. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D11752 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
486f2d519c
Коммит
cb08d3a69f
|
@ -277,7 +277,7 @@ def bootstrap(topsrcdir, mozilla_dir=None):
|
|||
|
||||
machpath = os.path.join(instance.topsrcdir, 'mach')
|
||||
with open(os.devnull, 'wb') as devnull:
|
||||
subprocess.Popen([machpath, 'python',
|
||||
subprocess.Popen([sys.executable, machpath, 'python',
|
||||
'--no-virtualenv',
|
||||
os.path.join(topsrcdir, 'build',
|
||||
'submit_telemetry_data.py'),
|
||||
|
|
Загрузка…
Ссылка в новой задаче