You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, so you added the with block, right?
Will investigate this for next major release. This is probably also relevant for the parse_xbrl function and not just parse_ixbrl. Thanks for the suggestion.
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!
The text was updated successfully, but these errors were encountered: