mirror of https://github.com/m-labs/artiq.git
Revert "flash: close tempfile before deleting (#256)"
This reverts commit 5f11dbf319
.
This commit is contained in:
parent
5f11dbf319
commit
65c835e991
|
@ -129,7 +129,6 @@ def main():
|
||||||
])
|
])
|
||||||
finally:
|
finally:
|
||||||
if conv:
|
if conv:
|
||||||
os.close(bin_handle)
|
|
||||||
os.unlink(bin)
|
os.unlink(bin)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue