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 95fb54a commit fb2298aCopy full SHA for fb2298a
python/private/pypi/extension.bzl
@@ -263,7 +263,7 @@ def _create_whl_repos(
263
264
repo_name = "{}_{}".format(pip_name, repo.repo_name)
265
if repo_name in whl_libraries:
266
- fail("Attempting to creating a duplicate library {} for {}".format(
+ fail("attempting to create a duplicate library {} for {}".format(
267
repo_name,
268
whl.name,
269
))
0 commit comments