miurahr / py7zr

7zip in python3 with ZStandard, PPMd, LZMA2, LZMA1, Delta, BCJ, BZip2, and Deflate compressions, and AES encryption.

Home Page:https://pypi.org/project/py7zr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extraction is not completing and dosen't give any error

AlexiJemano opened this issue · comments

Describe the bug

When trying to extract a 7z file it extracts only a bit and stops and doesn't give an error (says that is was completed successfully)

To Reproduce

        def extract_and_update_progress():
            with py7zr.SevenZipFile(fileName, 'r') as archive:
                archive.extractall(path=output_directory)