Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e0a7829

Browse filesBrowse files
authored
Added label to py_wheel progress message. (#791)
1 parent a2b7f42 commit e0a7829
Copy full SHA for e0a7829

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎python/packaging.bzl

Copy file name to clipboardExpand all lines: python/packaging.bzl
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.