We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1113083 commit b2a4e38Copy full SHA for b2a4e38
setup.py
@@ -405,7 +405,7 @@ def get_cython_extension() -> list[Extension]:
405
"Please verify it is correctly installed and can be found."
406
)
407
print(
408
- "Using found library at {config.found_libzim}. "
+ f"Using found library at {config.found_libzim}. "
409
"Adjust CFLAGS/LDFLAGS if needed"
410
411
else:
0 commit comments