tandoor-recipes: Fix formatting string

And clarify the message, since some of the URLs it refuses to try to
visit are just "#".
This commit is contained in:
Victor Engmark 2024-09-12 21:29:43 +12:00
parent 7a5c9e3fa9
commit 19c3ea3fdd
No known key found for this signature in database

View File

@ -78,7 +78,7 @@ import ./make-test-python.nix (
elif value.startswith("/"):
self.urls.append(f"{origin_url}{value}")
else:
print("Ignoring external URL: {value}")
print(f"Ignoring non-path URL: {value}")
break