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.
has_py3_only_sources
1 parent 394dda2 commit 9d5e1bbCopy full SHA for 9d5e1bb
python/private/py_info.bzl
@@ -146,7 +146,7 @@ def _PyInfo_init(
146
"direct_pyc_files": direct_pyc_files,
147
"direct_pyi_files": direct_pyi_files,
148
"has_py2_only_sources": has_py2_only_sources,
149
- "has_py3_only_sources": has_py2_only_sources,
+ "has_py3_only_sources": has_py3_only_sources,
150
"imports": imports,
151
"transitive_implicit_pyc_files": transitive_implicit_pyc_files,
152
"transitive_implicit_pyc_source_files": transitive_implicit_pyc_source_files,
0 commit comments