Remove temp zip after uncompressing in update_python.py (#1470)

Remove temp zip after uncompressing in update_python.py to avoid
confusing it with the output artifact zip. Adjust comments.
This commit is contained in:
juj
2024-10-18 13:03:08 -07:00
committed by GitHub
parent 2ba3fcabb9
commit dc6e0d42c4
2 changed files with 10 additions and 3 deletions

View File

@@ -2714,7 +2714,7 @@ def main(args):
errlog("Missing command; Type 'emsdk help' to get a list of commands.")
return 1
debug_print('esmdk.py running under `%s`' % sys.executable)
debug_print('emsdk.py running under `%s`' % sys.executable)
cmd = args.pop(0)
if cmd in ('help', '--help', '-h'):