OliverSherouse / wbdata

A python library for accessing world bank data
GNU General Public License v2.0
182 stars 55 forks source link

handle EOF error when reading corrupted pickle file on load #11

Closed dominickwok closed 6 years ago

dominickwok commented 6 years ago

If user is trying to load pickle file that has been corrupted on read, hits EOFError because file exists but pickle load is unsuccessful