Skip to content

Commit c8bd484

Browse files
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 162c2f4 commit c8bd484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/pypi/whl_metadata.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def whl_metadata(*, install_dir, read_fn, logger):
2626
result = parse_whl_metadata(contents)
2727

2828
if not (result.name and result.version):
29-
logger.fail("Failed to parsed the wheel METADATA file:\n{}\n{}\n{}".format(
29+
logger.fail("Failed to parse the wheel METADATA file:\n{}\n{}\n{}".format(
3030
80 * "=",
3131
contents.rstrip("\n"),
3232
80 * "=",

0 commit comments

Comments
 (0)