Skip to content

Commit e287d3d

Browse files
aignasrickeylev
andauthored
Update python/private/pypi/pkg_aliases.bzl
Co-authored-by: Richard Levasseur <[email protected]>
1 parent 7765c89 commit e287d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/pypi/pkg_aliases.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def pkg_aliases(
111111
no_match_error = no_match_error,
112112
)
113113
else:
114-
fail("BUG: should have a dictionary or a string")
114+
fail("The `actual` arg must be a dictionary or a string")
115115

116116
kwargs = {}
117117
if target_name.startswith("_"):

0 commit comments

Comments
 (0)