Make better msg for exec/util unsupported stderr output.
This commit is contained in:
parent
b5a388a69d
commit
22abe43e85
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ from tempfile import TemporaryFile
|
||||||
|
|
||||||
import cdist
|
import cdist
|
||||||
|
|
||||||
STDERR_UNSUPPORTED = 'Not supported in this python version'
|
STDERR_UNSUPPORTED = '<Not supported in this python version>'
|
||||||
|
|
||||||
def call_get_output(command, env=None):
|
def call_get_output(command, env=None):
|
||||||
"""Run the given command with the given environment.
|
"""Run the given command with the given environment.
|
||||||
|
|
Loading…
Reference in a new issue