From bd4beea28e719f03173135e5558023f0c3c0414f Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:07:27 +0000 Subject: [PATCH] Commit from GitHub Actions (PR Autofixes) --- canopeum_backend/scripts/checkers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canopeum_backend/scripts/checkers.py b/canopeum_backend/scripts/checkers.py index d9af6814e..aeb1c0900 100644 --- a/canopeum_backend/scripts/checkers.py +++ b/canopeum_backend/scripts/checkers.py @@ -14,7 +14,7 @@ def run_command(command: Sequence["StrOrBytesPath"]): - print(f"\nRunning: {" ".join(str(arg) for arg in command)}") + print(f"\nRunning: {' '.join(str(arg) for arg in command)}") run(command, check=False)