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 handling of paths with spaces #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

petzku
Copy link

@petzku petzku commented Oct 11, 2021

os.system should never be used.
Use subprocess.call instead, which allows passing arguments separately.

mgabs and others added 3 commits September 8, 2020 13:52
os.system should never be used.
Use subprocess.call instead, which allows passing arguments separately.
@petzku
Copy link
Author

petzku commented Oct 11, 2021

d8e6c5e is the only "relevant" change, the other commits are simply code cleanup from the branch I initially forked this from. They can be removed, if deemed unnecessary.

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.

2 participants