Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make OSErrors during file downloads nonfatal (closes #512)
… except ENOSPC (No space left on device), since there is no reason to continue downloading in that case. All other errors that would prevent downloading data and writing it to disk get already raised during directory creation and are therefore not checked here.
- Loading branch information