Skip to content

Commit 13b4332

Browse files
committed
fixup
1 parent b1f1226 commit 13b4332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/pypi/extension.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def _create_whl_repos(
321321
for requirement in requirements:
322322
is_exposed = is_exposed or requirement.is_exposed
323323
if get_index_urls:
324-
logger.warn(lambda: "falling back to pip for installing the right file for {}".format(requirement.src.requirement_line))
324+
logger.warn(lambda: "falling back to pip for installing the right file for {}".format(requirement.srcs.requirement_line))
325325

326326
args = dict(whl_library_args) # make a copy
327327
args["requirement"] = requirement.srcs.requirement_line

0 commit comments

Comments
 (0)