mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 09:19:31 +00:00
Possible fix to silently skipping EIO and the like? #748
This commit is contained in:
parent
648761fc03
commit
fbc4c0cee0
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ chunker_fill(Chunker *c)
|
|||
}
|
||||
else {
|
||||
// some error happened
|
||||
PyErr_SetFromErrno(PyExc_OSError);
|
||||
return 0;
|
||||
}
|
||||
length = c->bytes_read - offset;
|
||||
|
|
Loading…
Reference in a new issue