]> git.mxchange.org Git - fba.git/blobdiff - fba/http/federation.py
Continued:
[fba.git] / fba / http / federation.py
index 0523938e8fe8f30c96866f894fa7bc12d43ea633..a821d2350ee09593e2811044262300a174e2cf35 100644 (file)
@@ -275,7 +275,7 @@ def fetch_generator_from_path(domain: str, path: str = "/") -> str:
     elif path == "":
         raise ValueError("Parameter 'path' is empty")
     elif not path.startswith("/"):
-        raise ValueError("path='{path}' does not start with / but should")
+        raise ValueError(f"path='{path}' does not start with / but should")
 
     software = None