Skip to content

Commit 8da07e4

Browse files
committed
better error message
1 parent 3943a32 commit 8da07e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/pypi/select_whl.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _parse_platform_tags(tags):
5959

6060
want_os, sep, tail = tag.partition("_")
6161
if not sep:
62-
fail("could not parse the tag")
62+
fail("could not parse the tag: {}".format(tag))
6363

6464
want_major, _, tail = tail.partition("_")
6565
if want_major == "*":

0 commit comments

Comments
 (0)