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:
parent
7a5c9e3fa9
commit
19c3ea3fdd
@ -78,7 +78,7 @@ import ./make-test-python.nix (
|
|||||||
elif value.startswith("/"):
|
elif value.startswith("/"):
|
||||||
self.urls.append(f"{origin_url}{value}")
|
self.urls.append(f"{origin_url}{value}")
|
||||||
else:
|
else:
|
||||||
print("Ignoring external URL: {value}")
|
print(f"Ignoring non-path URL: {value}")
|
||||||
|
|
||||||
break
|
break
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user