Skip to content

Commit 0a9f453

Browse files
authored
Update py_info_tests.bzl
1 parent 90d7073 commit 0a9f453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/base_rules/py_info/py_info_tests.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _provide_py_info_impl(ctx):
3535
if ctx.attr.has_py2_only_sources != -1:
3636
kwargs["has_py2_only_sources"] = bool(ctx.attr.has_py2_only_sources)
3737
if ctx.attr.has_py3_only_sources != -1:
38-
kwargs["has_py2_only_sources"] = bool(ctx.attr.has_py2_only_sources)
38+
kwargs["has_py3_only_sources"] = bool(ctx.attr.has_py3_only_sources)
3939

4040
providers = []
4141
providers.append(PyInfo(**kwargs))

0 commit comments

Comments
 (0)