From 59a194765340e1bec193743f52ecab324ba86da0 Mon Sep 17 00:00:00 2001 From: "Mikhail f. Shiryaev" Date: Wed, 4 Oct 2023 14:28:38 +0200 Subject: [PATCH] Fix broken style check get_images --- tests/ci/style_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/style_check.py b/tests/ci/style_check.py index dd3cf1a51ee..83dc54a57b8 100644 --- a/tests/ci/style_check.py +++ b/tests/ci/style_check.py @@ -140,7 +140,7 @@ def main(): stopwatch = Stopwatch() repo_path = Path(GITHUB_WORKSPACE) - temp_path = Path(TEMP_PATH) / "style_check" + temp_path = Path(TEMP_PATH) temp_path.mkdir(parents=True, exist_ok=True) pr_info = PRInfo()