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

Use exec form of subprocess #42

Merged
merged 2 commits into from
May 28, 2024
Merged

Use exec form of subprocess #42

merged 2 commits into from
May 28, 2024

Conversation

darkdragon-001
Copy link
Contributor

This avoids the needs to properly escape paths. Currently running within a path including spaces or brackets doesn't work.

The second commit adds shortcuts for python() and pip(). Feel free to drop this commit if you don't like it.

@zagy zagy requested a review from ctheune February 21, 2024 10:45
for subprocess call in cmd().

This avoids the need for proper escaping and
fixes running in paths with special characters
like spaces or brackets.
@zagy zagy merged commit 270ca49 into flyingcircusio:master May 28, 2024
5 checks passed
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.

3 participants