From 4b505e28860ad80c135b93309158f67ae3ce3a40 Mon Sep 17 00:00:00 2001 From: Christoph Schueler Date: Tue, 17 Sep 2024 20:54:02 +0300 Subject: [PATCH] Fix typo --- build_ext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_ext.py b/build_ext.py index 5e21d7d..85f179e 100644 --- a/build_ext.py +++ b/build_ext.py @@ -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)