-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
when append a directory to package 7z , some file raise Error #404
Comments
There is no description , environmental conditions.
Please remove guidance sentence, and describe the bug clear and attach file when necessary to reproduce. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Changed the behavior finding above, and add more expectations for assertion. https://github.com/miurahr/py7zr/pull/475/files Any other wrong point? |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Describe the bug
if adding one directory to a SevenZipFile, some files format like ".csv" or ".tiff"files in the directory is damaged.
but if writing a SevenzipFile with the directory , files written successfully, no problem to open
Related issue
(if exist)
To Reproduce
Steps to reproduce the behavior:
(example)
program run success , but some files like "a.csv" can not open.
raise Error:Unknown format or incorrect password
but if writing the directory ,file open successfully
Expected behavior
expect: it can work well as mode"w"
Environment (please complete the following information):
Test data(please attach in the report):
source file here
demo.zip
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: