Skip to content

Commit 13cd3a3

Browse files
committed
Revert versions.bzl change
1 parent f577ce5 commit 13cd3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/versions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ EOF
11331133

11341134
def _commands_for_version(python_version):
11351135
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(
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(
11371137
python_version = python_version,
11381138
platform = platform,
11391139
release_url = release_url,

0 commit comments

Comments
 (0)