Fix broken style check get_images

This commit is contained in:
Mikhail f. Shiryaev 2023-10-04 14:28:38 +02:00
parent d94228b718
commit 59a1947653
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -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()