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 162c2f4 commit c8bd484Copy full SHA for c8bd484
python/private/pypi/whl_metadata.bzl
@@ -26,7 +26,7 @@ def whl_metadata(*, install_dir, read_fn, logger):
26
result = parse_whl_metadata(contents)
27
28
if not (result.name and result.version):
29
- logger.fail("Failed to parsed the wheel METADATA file:\n{}\n{}\n{}".format(
+ logger.fail("Failed to parse the wheel METADATA file:\n{}\n{}\n{}".format(
30
80 * "=",
31
contents.rstrip("\n"),
32
0 commit comments