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

Replaced os.system with subprocess.run. #89

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

MtCelesteMa
Copy link
Contributor

os.system does not escape spaces in arguments (e.g., it thinks paths with spaces in them are two separate arguments), while subprocess.run does escape spaces in arguments, making it able to handle paths with spaces in them.

@MtCelesteMa MtCelesteMa requested a review from osolmaz as a code owner May 9, 2024 21:38
@osolmaz osolmaz merged commit f910aed into ManimCommunity:main Sep 29, 2024
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