Skip to content

Commit

Permalink
Fixup for build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Oct 31, 2024
1 parent 5089d13 commit b4d6b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run_subprocess(cmd: list[str], cwd: os.PathLike) -> None:
cwd: Working directory for the subprocess
"""

print(f'-- Running: {' '.join(cmd)}')
print(f"-- Running: {' '.join(cmd)}")
subprocess.run(cmd, cwd=cwd, check=True)


Expand Down

0 comments on commit b4d6b5f

Please sign in to comment.