-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: include parent dirs when listing archive members
Zip archives can omit files' parent directories, as they will be automatically created during extraction. When listing members from a zip archive, ensure that all parent directories are included. This guarantees that during charm cleanup, directories are not missed.
- Loading branch information
1 parent
c09ff56
commit 237f6eb
Showing
2 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters