Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure the CSV file is always closed correctly
Since currently this is not possible when using a file as parameter (see kedder/ofxstatement#71) the easiest workaround is to simply pass the file content to the parser. The csv.reader() takes any iterable (such as a list of lines, as in this case) as input.
- Loading branch information