tandoor-recipes: Fix formatting string (#341353)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user