aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Burgess IV <gbiv@google.com>2024-04-02 17:39:18 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-04-02 23:54:37 +0000
commit443429f4802cd23b5d06291c1df3a4cc521c2996 (patch)
treee87013e2b77433cb28ba40d32cea14939fba7dd1
parentbaceb2f16a781a596854c92e882ec8c65275d914 (diff)
downloadtoolchain-utils-443429f4802cd23b5d06291c1df3a4cc521c2996.tar.gz
check-presubmit: add missing f
Oops. BUG=b:332589934 TEST=repo upload complained while actually giving me autofix commands Change-Id: Ie4cecccaeb13c325928e6185a1c3be59bef4f787 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5417085 Auto-Submit: George Burgess <gbiv@chromium.org> Reviewed-by: Jordan Abrahams-Whitehead <ajordanr@google.com> Commit-Queue: George Burgess <gbiv@chromium.org> Tested-by: George Burgess <gbiv@chromium.org> Commit-Queue: Jordan Abrahams-Whitehead <ajordanr@google.com>
-rwxr-xr-xtoolchain_utils_githooks/check-presubmit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain_utils_githooks/check-presubmit.py b/toolchain_utils_githooks/check-presubmit.py
index 12d278a8..127726ad 100755
--- a/toolchain_utils_githooks/check-presubmit.py
+++ b/toolchain_utils_githooks/check-presubmit.py
@@ -810,7 +810,7 @@ def process_check_result(
message.append(
indent_block(
"Recommended command(s) to fix this: "
- "{[shlex.join(x) for x in autofix]}"
+ f"{[shlex.join(x) for x in autofix]}"
)
)