uktrade / stream-read-xbrl

Python package to parse Companies House accounts data in a streaming way
https://stream-read-xbrl.docs.trade.gov.uk/
MIT License
18 stars 2 forks source link

fix: pool-related errors when running stream_read_xbrl_daily_all #59

Closed michalc closed 1 year ago

michalc commented 1 year ago

There was an attempt to re-use the process pool for multiple zip files. It's simpler to not, and it fixes errors relating to the pool not running as files are processed.