Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix on Windows and other non-POSIX systems #153

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

Conversation

ViRb3
Copy link

@ViRb3 ViRb3 commented May 3, 2021

chmod and zip are commands only generally available on POSIX-compatible systems. This PR uses platform-agnostic methods included in the Python standard library.

Closes #110 and #144.

@ViRb3 ViRb3 changed the title Fix on Windows Fix on Windows and other non-POSIX systems May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some kind of permission issue on Windows on subprocess.check_call
2 participants