From fa402d8967a3be21541ac1f679b24092ea9b8b03 Mon Sep 17 00:00:00 2001 From: Yatsishin Ilya <2159081+qoega@users.noreply.github.com> Date: Wed, 26 Oct 2022 12:01:12 +0000 Subject: [PATCH] fix --- tests/ci/upload_result_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/upload_result_helper.py b/tests/ci/upload_result_helper.py index f47d3a68ee8..e145df02f80 100644 --- a/tests/ci/upload_result_helper.py +++ b/tests/ci/upload_result_helper.py @@ -14,7 +14,7 @@ from report import ReportColorTheme, create_test_html_report def process_logs( s3_client, additional_logs, s3_path_prefix, test_results, with_raw_logs ): - logging.info("Upload files to s3 %s", additional_logs") + logging.info("Upload files to s3 %s", additional_logs) processed_logs = {} # Firstly convert paths of logs from test_results to urls to s3.