diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-25 15:26:10 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-25 15:26:10 -0700 |
commit | ac75b943b75f769ba0b754ba4577c8556dcd3047 (patch) | |
tree | c9a3889dbc28b6dff50671a127b239aadd6be173 | |
parent | c9e163ac7d2ccb17e455af7f689403c9371c0cec (diff) |
remove duplicate temp file cleanup
-rwxr-xr-x | emscripten.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emscripten.py b/emscripten.py index 19e2160d..a58baba2 100755 --- a/emscripten.py +++ b/emscripten.py @@ -68,8 +68,6 @@ def process_funcs((i, funcs, meta, settings_file, compiler, forwarded_file, libr except KeyboardInterrupt: # Python 2.7 seems to lock up when a child process throws KeyboardInterrupt raise Exception() - finally: - tempfiles.try_delete(funcs_file) if DEBUG: print >> sys.stderr, '.' return out |