Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

need subprocess32.DEVNULL in order to ignore stdout #10

Closed
codeskyblue opened this issue Jun 17, 2016 · 1 comment
Closed

need subprocess32.DEVNULL in order to ignore stdout #10

codeskyblue opened this issue Jun 17, 2016 · 1 comment
Assignees

Comments

@codeskyblue
Copy link

The usage is like

import subprocess32 as subprocess

subprocess.Popen(['ls', '-l'], stdout=subprocess.DEVNULL)
@gpshead gpshead self-assigned this May 28, 2017
@gpshead
Copy link
Contributor

gpshead commented May 28, 2017

#24 should add this.

@gpshead gpshead closed this as completed May 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants