Skip to content

Commit

Permalink
Revert "flash: close tempfile before deleting (#256)"
Browse files Browse the repository at this point in the history
This reverts commit 5f11dbf.
sbourdeauducq committed May 20, 2016
1 parent 5f11dbf commit 65c835e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion artiq/frontend/artiq_flash.py
Original file line number Diff line number Diff line change
@@ -129,7 +129,6 @@ def main():
])
finally:
if conv:
os.close(bin_handle)
os.unlink(bin)


0 comments on commit 65c835e

Please sign in to comment.