We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d805b37 commit deec2abCopy full SHA for deec2ab
solc_select/solc_select.py
@@ -370,7 +370,7 @@ def get_available_versions() -> [str]:
370
# pylint: disable=consider-using-with
371
if soliditylang_platform() == LINUX_AMD64:
372
(_, list_url) = get_url(version=EARLIEST_RELEASE[LINUX_AMD64])
373
- github_json = urllib.request.urlopen(list_url).read()
+ github_json = urllib.request.urlopen(list_url).read()
374
additional_linux_versions = json.loads(github_json)["releases"]
375
available_releases.update(additional_linux_versions)
376
0 commit comments