Skip to content

Commit

Permalink
refactor: print
Browse files Browse the repository at this point in the history
  • Loading branch information
PokIsemaine committed Jun 14, 2024
1 parent e794d91 commit d16f1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def prepare() -> None:
print(f"Deleting {dst}.")
dst.unlink()
dst.symlink_to(hook)
print(hook.name, "installed at", dst)
print(f"{hook.name} installed at {dst}")

def build(dir: str, jobs: Optional[int], ghproxy: bool, ninja: bool, unittest: bool, compiler: str, cmake_path: str, D: List[str],
skip_build: bool) -> None:
Expand Down

0 comments on commit d16f1ca

Please sign in to comment.