summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 1 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index ea003f367a0..65274715c1d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -770,8 +770,7 @@ def smoke_python_name():
match = version.search(output)
if match and float(match.group(1)) >= 2.5:
return binary
- except Exception, e:
- print >> sys.stderr, "error detecting suitable python:", e
+ except:
pass
# if that all fails, fall back to "python"