Skip to content

v2.3.0.3

Latest
Compare
Choose a tag to compare
@HobnobMancer HobnobMancer released this 25 Mar 08:37
· 4 commits to master since this release
9d50e5c

Patch for incomplete NCBI reads

As flagged in issue #120, if the connection to NCBI is interrupted or terminated early an incomplete or corrupted read error is raised. try/except blocks were updated to accept these incomplete read errors, and cazy_webscraper will now re-try the connection until either a successful connection is made, or the number of reattempts is reached (which ever is achieved first).

What's Changed

Full Changelog: v2.3.0.2...v2.3.0.3