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/+/2822446
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
This commit is contained in:
Josip Sokcevic
2021-04-13 15:43:18 +00:00
committed by LUCI CQ
parent 9955936084
commit d73d069a76
2 changed files with 2 additions and 2 deletions

2
yapf
View File

@@ -1,4 +1,4 @@
#!/usr/bin/env vpython #!/usr/bin/env vpython3
# [VPYTHON:BEGIN] # [VPYTHON:BEGIN]
# wheel: < # wheel: <

View File

@@ -9,4 +9,4 @@ setlocal
set PATH=%PATH%;%~dp0 set PATH=%PATH%;%~dp0
:: Defer control. :: Defer control.
vpython "%~dp0\yapf" %* vpython3 "%~dp0\yapf" %*