Replaced spaces by tabs.

This commit is contained in:
Harald Klimach 2015-12-23 15:38:48 +01:00
parent 5c3a40d115
commit c097fcc08a
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