Skip to content

Commit b2a4e38

Browse files
committed
added missing f-string
1 parent 1113083 commit b2a4e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def get_cython_extension() -> list[Extension]:
405405
"Please verify it is correctly installed and can be found."
406406
)
407407
print(
408-
"Using found library at {config.found_libzim}. "
408+
f"Using found library at {config.found_libzim}. "
409409
"Adjust CFLAGS/LDFLAGS if needed"
410410
)
411411
else:

0 commit comments

Comments
 (0)