Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Explicitly close the output file
Without this, windows complains about not having permission to write after processing some number of files.
- Loading branch information
0bfb92cThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this may be better as
or
If there is an error
LEAVEwill still run, but adding at the end of the scope won't.