Skip to content

Commit

Permalink
Commit from GitHub Actions (PR Autofixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 19, 2024
1 parent 8085cbb commit bd4beea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canopeum_backend/scripts/checkers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit bd4beea

Please sign in to comment.