We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ba101 commit 00f4fe7Copy full SHA for 00f4fe7
etc/scripts/fetch_thirdparty.py
@@ -269,11 +269,11 @@ def fetch_thirdparty(
269
if TRACE:
270
if not fetched:
271
print(
272
- f" ====> Sdist already available: {name}=={version} on: {environment}"
+ f" ====> Sdist already available: {name}=={version}"
273
)
274
else:
275
276
- f" ====> Sdist fetched: {fetched} for {name}=={version} on: {environment}"
+ f" ====> Sdist fetched: {fetched} for {name}=={version}"
277
278
279
except utils_thirdparty.DistributionNotFound as e:
0 commit comments