We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f1226 commit 13b4332Copy full SHA for 13b4332
python/private/pypi/extension.bzl
@@ -321,7 +321,7 @@ def _create_whl_repos(
321
for requirement in requirements:
322
is_exposed = is_exposed or requirement.is_exposed
323
if get_index_urls:
324
- logger.warn(lambda: "falling back to pip for installing the right file for {}".format(requirement.src.requirement_line))
+ logger.warn(lambda: "falling back to pip for installing the right file for {}".format(requirement.srcs.requirement_line))
325
326
args = dict(whl_library_args) # make a copy
327
args["requirement"] = requirement.srcs.requirement_line
0 commit comments