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 22333e1 commit 3f5fee6Copy full SHA for 3f5fee6
python/private/config_settings.bzl
@@ -165,7 +165,9 @@ _python_version_major_minor_flag = rule(
165
implementation = _python_version_major_minor_flag_impl,
166
build_setting = config.string(flag = False),
167
attrs = {
168
- "_python_version_flag": attr.label(default = _PYTHON_VERSION_FLAG),
+ "_python_version_flag": attr.label(
169
+ default = _PYTHON_VERSION_FLAG,
170
+ ),
171
},
172
)
173
0 commit comments