We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
archive_error
1 parent 9cf50ca commit ac715a9Copy full SHA for ac715a9
1 file changed
libarchive/ffi.py
@@ -79,7 +79,7 @@ def _error_string(archive_p):
79
80
def archive_error(archive_p, retcode):
81
msg = _error_string(archive_p)
82
- raise ArchiveError(msg, errno(archive_p), retcode, archive_p)
+ return ArchiveError(msg, errno(archive_p), retcode, archive_p)
83
84
85
def check_null(ret, func, args):
0 commit comments