Make better msg for exec/util unsupported stderr output.

This commit is contained in:
Darko Poljak 2016-07-06 08:25:31 +02:00
parent b5a388a69d
commit 22abe43e85
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ from tempfile import TemporaryFile
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):
"""Run the given command with the given environment.