2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 03:08:27 +08:00

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

View File

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