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 4c61424 commit 06c4643Copy full SHA for 06c4643
.ci_support/build_all.py
@@ -98,7 +98,7 @@ def build_all(recipes_dir, arch):
98
# "not linux", "not unix", "osx" or "win"; this also removes trailing newlines
99
lines = [pat.sub("", x) for x in lines]
100
text = "\n".join(lines)
101
- if platform == "linux" and ("c_stdlib_version" in text):
+ if platform == "linux" and "c_stdlib_version" in text:
102
config = load(text, Loader=BaseLoader)
103
if "c_stdlib_version" in config:
104
for version in config["c_stdlib_version"]:
0 commit comments