Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Do not depend on unzip being available/having the expected interface #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Do not depend on unzip being available/having the expected interface #23

wants to merge 1 commit into from

Conversation

silviot
Copy link

@silviot silviot commented Dec 3, 2019

The current code expects the unzip binary to be available, and to behave in a certain way.

This is not always the case: for instance on Alpine Linux the default unzip is provided by BusyBox, and is a stripped-down version.

This pull requests performs the unzipping of the file only relying on the python standard library.

@silviot silviot changed the title Do not depend un unzip being available/having the expected interface Do not depend on unzip being available/having the expected interface Aug 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant