-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when closing any 7z archive #14
Comments
After some initial experimenting, I think this fs.archive/fs/archive/sevenzipfs/__init__.py Lines 183 to 194 in 7461b6c
needs to pass the This now also leads to the archive not closing anymore (even nothing has been written to it) - it seems to be stuck endlessly repeating the function
|
This happens with almost every 7z archive that contains anything.
With
archive.7z
being an archive in the current directory:results in
It also happens when I provide a pre-initialized Filesystem object as the parent of the archive fs and when I use context manager instead of manually closing.
If I create a new archive with only one empty file in it, it works. If that file contains anything, it doesn't work anymore.
The same error happens when trying to read a file.
The text was updated successfully, but these errors were encountered: