mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
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("/"):
|
||||
self.urls.append(f"{origin_url}{value}")
|
||||
else:
|
||||
print("Ignoring external URL: {value}")
|
||||
print(f"Ignoring non-path URL: {value}")
|
||||
|
||||
break
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user