Revert "flash: close tempfile before deleting (#256)"

This reverts commit 5f11dbf319.
This commit is contained in:
Sebastien Bourdeauducq 2016-05-21 00:19:54 +08:00
parent 5f11dbf319
commit 65c835e991
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ def main():
]) ])
finally: finally:
if conv: if conv:
os.close(bin_handle)
os.unlink(bin) os.unlink(bin)