Commit d73d069a authored by Josip Sokcevic's avatar Josip Sokcevic Committed by LUCI CQ

Run yapf with vpython3

R=ehmaldonado@chromium.org

Bug: 1197346
Change-Id: Ifc56ff316954eaa3c532b212371de57f8884ff97
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2822446Reviewed-by: 's avatarEdward Lesmes <ehmaldonado@chromium.org>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
parent 99559360
#!/usr/bin/env vpython
#!/usr/bin/env vpython3
# [VPYTHON:BEGIN]
# wheel: <
......
......@@ -9,4 +9,4 @@ setlocal
set PATH=%PATH%;%~dp0
:: Defer control.
vpython "%~dp0\yapf" %*
vpython3 "%~dp0\yapf" %*
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