Skip to content

Commit

Permalink
Add missing f-string in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm authored Sep 23, 2024
1 parent 1113083 commit 5d563d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def get_cython_extension() -> list[Extension]:
"Please verify it is correctly installed and can be found."
)
print(
"Using found library at {config.found_libzim}. "
f"Using found library at {config.found_libzim}. "
"Adjust CFLAGS/LDFLAGS if needed"
)
else:
Expand Down

0 comments on commit 5d563d9

Please sign in to comment.