anaconda / anaconda-project

Tool for encapsulating, running, and reproducing data science projects
https://anaconda-project.readthedocs.io/en/latest/
Other
217 stars 88 forks source link

Fix extract for zipfiles from Github/Gitlab #326

Closed AlbertDeFusco closed 3 years ago

AlbertDeFusco commented 3 years ago

Zip files from Github and Gitlab have external_attr set to 16 for all files, which would lead chmod to attempt to set permission 0, which may not have a meaning.

This skips the chmod if external_attr is 16

TODO: