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:
Ted Mielczarek 2018-11-13 13:34:17 +00:00
Родитель 486f2d519c
Коммит cb08d3a69f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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'),