Open
Description
The function, "parse_ixbrl" in xbrl/instance.py opens a file with the id "instance_file" and doesn't close the file.
I am looping through large number of XBRL documents and running into an issue where I am hitting a system limit on open files.
As a work-around, I increased the system limit on open files. That helped but now I am running into memory issues.
I wonder if using "with" or explicitly closing the file would eliminate the issue I'm having.
Great module! Thanks!
Metadata
Metadata
Assignees
Labels
No labels