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 5f893b0 commit 4cf24e0Copy full SHA for 4cf24e0
python/private/config_settings.bzl
@@ -230,7 +230,6 @@ def _python_version_at_least_impl(ctx):
230
int(x)
231
for x in ctx.attr._major_minor[config_common.FeatureFlagInfo].value.split(".")
232
])
233
- print(current, at_least)
234
value = "yes" if current >= at_least else "no"
235
return [config_common.FeatureFlagInfo(value = value)]
236
0 commit comments