From cc74e3dd191c405dc23be931c216b36110f51716 Mon Sep 17 00:00:00 2001 From: Vladimir C Date: Fri, 26 Aug 2022 15:49:40 +0200 Subject: [PATCH] Fix performance_comparison_check.py --- tests/ci/performance_comparison_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/performance_comparison_check.py b/tests/ci/performance_comparison_check.py index 8799b52ba03..78cf9fad001 100644 --- a/tests/ci/performance_comparison_check.py +++ b/tests/ci/performance_comparison_check.py @@ -153,7 +153,7 @@ if __name__ == "__main__": "CLICKHOUSE_PERFORMANCE_COMPARISON_CHECK_NAME_PREFIX": check_name_prefix, } - docker_env += " ".join([f"-e {name}" for name in env_extra]) + docker_env += "".join([f" -e {name}" for name in env_extra]) run_command = get_run_command( result_path,