From 62fa528e7d7baa4e48c84d7e02dff179faacffd0 Mon Sep 17 00:00:00 2001 From: "Mikhail f. Shiryaev" Date: Wed, 6 Apr 2022 10:15:36 +0200 Subject: [PATCH] Fix syntax error in build_check.py --- tests/ci/build_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/build_check.py b/tests/ci/build_check.py index 1dcfb9d01d3..74ebebf1e6f 100644 --- a/tests/ci/build_check.py +++ b/tests/ci/build_check.py @@ -302,7 +302,7 @@ def main(): version.string, image_version, ccache_path, - official=official_flag, + official_flag, cov_token, )