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 3943a32 commit 8da07e4Copy full SHA for 8da07e4
python/private/pypi/select_whl.bzl
@@ -59,7 +59,7 @@ def _parse_platform_tags(tags):
59
60
want_os, sep, tail = tag.partition("_")
61
if not sep:
62
- fail("could not parse the tag")
+ fail("could not parse the tag: {}".format(tag))
63
64
want_major, _, tail = tail.partition("_")
65
if want_major == "*":
0 commit comments