Skip to content
Snippets Groups Projects
Commit cbf07d95 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

tarball: Add support to unpack ZIP archive with implode compression

Python zipfile module does not support the unpacking of ZIP archive
with legacy compression type 6 (implode).

Fallback using the unzip command in that case as it supports the
unpacking of such ZIP file.

Closes T3369
parent 5aaaa522
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment