Closed bbtfr closed 4 years ago
from unrar.cffi import rarfile rar = rarfile.RarFile('file_not_exists.rar')
will raise AttributeError: 'RAROpenArchiveDataEx' object has no attribute 'OpenResult'
AttributeError: 'RAROpenArchiveDataEx' object has no attribute 'OpenResult'
https://github.com/davide-romanini/unrar-cffi/blob/3867d82d313b6eb39f47a30dc6d046a92231a4dc/unrar/cffi/unrarlib.py#L36-L37
seems archive.OpenResult should be archive.value.OpenResult ?
archive.OpenResult
archive.value.OpenResult
will raise
AttributeError: 'RAROpenArchiveDataEx' object has no attribute 'OpenResult'
https://github.com/davide-romanini/unrar-cffi/blob/3867d82d313b6eb39f47a30dc6d046a92231a4dc/unrar/cffi/unrarlib.py#L36-L37
seems
archive.OpenResult
should bearchive.value.OpenResult
?