Skip to content

Commit

Permalink
cleanup print from pypi bootstrap (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikonen authored Jan 15, 2024
1 parent e3c039c commit 36c5bd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metaflow/plugins/pypi/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
[package["path"] for package in env["pypi"]]
) as results:
for key, tmpfile, _ in results:
print(key)
dest = os.path.join(pypi_pkgs_dir, os.path.basename(key))
os.makedirs(os.path.dirname(dest), exist_ok=True)
shutil.move(tmpfile, dest)
Expand Down

0 comments on commit 36c5bd9

Please sign in to comment.