|
@@ -481,7 +481,7 @@ def main():
|
|
|
# This script requires Windows Python, so invoke with depot_tools' Python.
|
|
|
def winpath(path):
|
|
|
return subprocess.check_output(['cygpath', '-w', path]).strip()
|
|
|
- python = os.path.join(DEPOT_TOOLS_PATH, 'python.bat')
|
|
|
+ python = os.path.join(DEPOT_TOOLS_PATH, 'python3.bat')
|
|
|
cmd = [python, winpath(__file__)]
|
|
|
if args.output_json:
|
|
|
cmd.extend(['--output-json', winpath(args.output_json)])
|