8000 Added label to py_wheel progress message. (#791) · bazel-contrib/rules_python@e0a7829 · GitHub
[go: up one dir, main page]

Skip to content

Commit e0a7829

Browse files
authored
Added label to py_wheel progress message. (#791)
1 parent a2b7f42 commit e0a7829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/packaging.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def _py_wheel_impl(ctx):
226226
outputs = [outfile, name_file],
227227
arguments = [args],
228228
executable = ctx.executable._wheelmaker,
229-
progress_message = "Building wheel",
229+
progress_message = "Building wheel {}".format(ctx.label),
230230
)
231231
return [
232232
DefaultInfo(

0 commit comments

Comments
 (0)
0