Skip to content

Commit 00f4fe7

Browse files
committed
Remove variable from string in fetch_thirdparty.py
* The variable `environment` is not used when fetching sdists Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent 99ba101 commit 00f4fe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/scripts/fetch_thirdparty.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,11 @@ def fetch_thirdparty(
269269
if TRACE:
270270
if not fetched:
271271
print(
272-
f" ====> Sdist already available: {name}=={version} on: {environment}"
272+
f" ====> Sdist already available: {name}=={version}"
273273
)
274274
else:
275275
print(
276-
f" ====> Sdist fetched: {fetched} for {name}=={version} on: {environment}"
276+
f" ====> Sdist fetched: {fetched} for {name}=={version}"
277277
)
278278

279279
except utils_thirdparty.DistributionNotFound as e:

0 commit comments

Comments
 (0)