tandoor-recipes: Fix formatting string (#341353)

This commit is contained in:
Aleksana
2024-09-14 16:18:35 +08:00
committed by GitHub
+1 -1
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