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

Prevent opening a cmd window with Popen() on Windows #180

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

Conversation

bruot
Copy link

@bruot bruot commented Sep 28, 2017

On Windows, when using Popen, the default behaviour opens a cmd window (that disappears as soon as the command exited). This PR prevents opening such undesired windows.

@coveralls
Copy link

coveralls commented Sep 28, 2017

Coverage Status

Coverage decreased (-0.3%) to 91.147% when pulling 9b4f273 on bruot:win-prevent-cmd-window into 117ea19 on deanmalmgren:master.

@traverseda
Copy link
Collaborator

We don't currently test on windows, can you confirm this still works?

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.

None yet

3 participants