8000 add report_progress · aignas/rules_python@45eb81e · GitHub
[go: up one dir, main page]

Skip to content

Commit 45eb81e

Browse files
committed
add report_progress
1 parent d1b08e9 commit 45eb81e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/private/pypi/simpleapi_download.bzl

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)
0
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def simpleapi_download(
9292
sources = [pkg for pkg in attr.sources if pkg not in found_on_index]
9393
for pkg in sources:
9494
pkg_normalized = normalize_name(pkg)
95+
ctx.report_progress("Fetch package lists from PyPI index: {}".format(pkg))
9596
result = read_simpleapi(
9697
ctx = ctx,
9798
url = "{}/{}/".format(