Merge pull request #1676 from haraldkl/master

Replaced spaces by tabs.
This commit is contained in:
ita1024 2015-12-23 16:10:41 +01:00
commit 18449feb5e
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ def getoutput(conf, cmd, stdin=False):
# which we can use to find the version string.
if not (hasattr(e, 'stderr') and hasattr(e, 'stdout')):
raise e
else:
else:
# Ignore the return code and return the original
# stdout and stderr.
out = e.stdout