mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Switch download_from_google_storage scripts to invoke python3.
Bug: 941669 Change-Id: I65a9ca3453858c447f6533d9a3a4eade4a825aa7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2825441 Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
|
||||
base_dir=$(dirname "$0")
|
||||
|
||||
PYTHONDONTWRITEBYTECODE=1 exec python "$base_dir/download_from_google_storage.py" "$@"
|
||||
PYTHONDONTWRITEBYTECODE=1 exec $base_dir/python-bin/python3 "$base_dir/download_from_google_storage.py" "$@"
|
||||
|
||||
Reference in New Issue
Block a user