commit | 2a827fcad74fa3886522d2474c317e457bc25b31 | [log] [tgz] |
---|---|---|
author | Josip Sokcevic <sokcevic@google.com> | Fri Mar 04 17:51:47 2022 +0000 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 04 17:51:47 2022 +0000 |
tree | 866e9c4209d9d625df3b66bc31a4e14b210bbf9c | |
parent | df1a3c0bb803ef47515f26a65d7dfba924f7853e [diff] [blame] |
Use vpython3 when calling clang-format-diff.py R=gavinmak@google.com Change-Id: I4bee5d9e4d5857d359d9f0663a4fbeea1194f838 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3502623 Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
diff --git a/git_cl.py b/git_cl.py index d59ea13..51f1e97 100755 --- a/git_cl.py +++ b/git_cl.py
@@ -5077,7 +5077,7 @@ except clang_format.NotFoundError as e: DieWithError(e) - cmd = ['vpython', script, '-p0'] + cmd = ['vpython3', script, '-p0'] if not opts.dry_run and not opts.diff: cmd.append('-i')