From c7603235a98c3d63e94da2104bc2ecfff0ced983 Mon Sep 17 00:00:00 2001 From: Oleg Derevenetz Date: Mon, 6 Nov 2023 12:41:04 +0300 Subject: [PATCH] Style nits --- run_action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_action.py b/run_action.py index 968649a..ccdb7fa 100755 --- a/run_action.py +++ b/run_action.py @@ -608,7 +608,7 @@ def main(): print("No new warnings found by Clang-Tidy") return 0 - print(f"Clang-Tidy found {len(review_comments):d} new warnings") + print(f"Clang-Tidy found {len(review_comments):d} new warning(s)") post_review_comments( github_api_url,