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

Set creationflags on Windows only #886

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Conversation

maximlt
Copy link
Member

@maximlt maximlt commented Nov 8, 2023

subprocess.CREATE_NO_WINDOW is a Windows constant so it fails on other platforms: https://docs.python.org/3/library/subprocess.html#windows-constants.

Also adding a simple test that would have caught that.

@maximlt maximlt merged commit 84c2852 into main Nov 8, 2023
10 checks passed
@maximlt maximlt deleted the set_flags_on_windows_only branch November 8, 2023 12:09
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.

1 participant