tarball: Use standard Python module zipfile to extract jar archive
It exists many cases where using unzip to extract a jar archive fails while using the zipfile module succeeds. So prefer to use the zipfile module to uncompress jar archives. Related to T4318
swh/core/tests/data/archives/hello.jar
0 → 100644
File added
Please register or sign in to comment