From 6e2873c834b540fd54981ebf72981e90c4b6b0b2 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Fri, 5 Mar 2021 13:32:33 -0800 Subject: [PATCH] Feedback from #741. NFC. (#742) --- emsdk.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/emsdk.py b/emsdk.py index c6d1f55..1e60924 100644 --- a/emsdk.py +++ b/emsdk.py @@ -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: