Feedback from #741. NFC. (#742)

This commit is contained in:
Sam Clegg
2021-03-05 13:32:33 -08:00
committed by GitHub
parent 9d639b383a
commit 6e2873c834

View File

@@ -2182,9 +2182,8 @@ def load_releases_tags():
if extra_release_tag:
tags.append(extra_release_tag)
# Adds the currently installed SDK version, which might be a custom
# version. This means it will show up in `list` and work with
# `construct_env`
# Explicitly add the currently installed SDK version. This could be a custom
# version (installed explicitly) so it might not be part of the main list loaded above.
version_file = sdk_path(os.path.join('upstream', '.emsdk_version'))
if os.path.exists(version_file):
with open(version_file) as f: