Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Sep 17, 2024
1 parent bc7cb1d commit 4b505e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get_py_config() -> dict:
else:
print("PF?", uname.system)
for fp in full_path:
print("Trying '{fp}'")
print(f"Trying '{fp}'")
if fp.exists():
print(f"found Python library: '{fp}'")
libdir = str(fp.parent)
Expand Down

0 comments on commit 4b505e2

Please sign in to comment.