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 90d7073 commit 0a9f453Copy full SHA for 0a9f453
tests/base_rules/py_info/py_info_tests.bzl
@@ -35,7 +35,7 @@ def _provide_py_info_impl(ctx):
35
if ctx.attr.has_py2_only_sources != -1:
36
kwargs["has_py2_only_sources"] = bool(ctx.attr.has_py2_only_sources)
37
if ctx.attr.has_py3_only_sources != -1:
38
- kwargs["has_py2_only_sources"] = bool(ctx.attr.has_py2_only_sources)
+ kwargs["has_py3_only_sources"] = bool(ctx.attr.has_py3_only_sources)
39
40
providers = []
41
providers.append(PyInfo(**kwargs))
0 commit comments