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 f577ce5 commit 13cd3a3Copy full SHA for 13cd3a3
python/versions.bzl
@@ -1133,7 +1133,7 @@ EOF
1133
1134
def _commands_for_version(python_version):
1135
return "\n".join([
1136
- "echo \"{python_version}: \\\"{platform}\\\": \\\"$$(curl --location --fail {release_url_sha256} 2>/dev/null || curl --location --fail {release_url} 2>/dev/null | shasum -a 256 | awk '{{ print $$1 }}')\\\",\"".format(
+ "echo \"{python_version}: {platform}: $$(curl --location --fail {release_url_sha256} 2>/dev/null || curl --location --fail {release_url} 2>/dev/null | shasum -a 256 | awk '{{ print $$1 }}')\"".format(
1137
python_version = python_version,
1138
platform = platform,
1139
release_url = release_url,
0 commit comments