From 5d563d9cffd8dc5640658d967370e1e282495718 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Sun, 22 Sep 2024 18:58:15 -0700 Subject: [PATCH] Add missing f-string in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 55132d7..93538ae 100755 --- a/setup.py +++ b/setup.py @@ -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: