From c097fcc08a26937d7ad7bdc6d067dfd90f8fc308 Mon Sep 17 00:00:00 2001 From: Harald Klimach Date: Wed, 23 Dec 2015 15:38:48 +0100 Subject: [PATCH] Replaced spaces by tabs. --- waflib/Tools/fc_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waflib/Tools/fc_config.py b/waflib/Tools/fc_config.py index 6544b630..5ee86b62 100644 --- a/waflib/Tools/fc_config.py +++ b/waflib/Tools/fc_config.py @@ -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