Commit 7e557008 authored by Edward Lesmes's avatar Edward Lesmes Committed by Commit Bot

fetch: Fix GCLIENT_PY3 on Windows

Bug: 939847
Change-Id: Ic5f87c7423ab72086ca928fecc15ed60408fbedd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1900165Reviewed-by: 's avatarAnthony Polito <apolito@google.com>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
parent 5ef16a37
......@@ -13,7 +13,7 @@ set PATH=%PATH%;%~dp0
:: Defer control.
IF "%GCLIENT_PY3%" == "1" (
vpython3 "%~dp0\fetch.py" %*y
vpython3 "%~dp0\fetch.py" %*
) ELSE (
vpython "%~dp0\fetch.py" %*
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment