mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
Use python3 for gsutil bootstrapping
R=gavinmak@google.com Change-Id: I6aaac69c9712e4d639e8804ab603bc18190d88be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3570169 Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
This commit is contained in:
@@ -20,4 +20,4 @@ IF %errorlevel% NEQ 0 (
|
||||
set PATH=%PATH%;%~dp0
|
||||
|
||||
:: Defer control.
|
||||
python "%~dp0gsutil.py" %*
|
||||
python3 "%~dp0gsutil.py" %*
|
||||
|
||||
Reference in New Issue
Block a user