Closed beasteers closed 5 years ago
If an exception is raised before _close_temp_files exits, the files won't be deleted, so to fix that, I propose catching the error, closing the files, then re-raising the error.
_close_temp_files
Yes, this makes sense, I'll review the PR.
Fixed via #49
If an exception is raised before
_close_temp_files
exits, the files won't be deleted, so to fix that, I propose catching the error, closing the files, then re-raising the error.