Skip to content

Commit 08513f8

Browse files
authored
Apply suggestions from code review
1 parent a535daa commit 08513f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/private/pypi/patch_whl.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ def patch_whl(rctx, *, python_interpreter, whl_path, patches, **kwargs):
106106
rctx,
107107
python = python_interpreter,
108108
srcs = [
109-
"//python/private/pypi:repack_whl.py",
110-
"//tools:wheelmaker.py",
109+
Label("//python/private/pypi:repack_whl.py"),
110+
Label("//tools:wheelmaker.py"),
111111
],
112112
arguments = [
113113
"-m",

0 commit comments

Comments
 (0)