From 77adda256aca4ccf24023fc49796a7f158f89b12 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 11 Dec 2015 15:11:43 +0100 Subject: [PATCH] Repaired Download in travis --- configure | 4 ++-- install/Downloads/.empty | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 install/Downloads/.empty diff --git a/configure b/configure index 3a76ca4f..77d395eb 100755 --- a/configure +++ b/configure @@ -196,8 +196,8 @@ def check_output(*popenargs, **kwargs): cmd = popenargs[0] error = subprocess.CalledProcessError(retcode, cmd) error.output = output - print output - print unused_err +# print output +# print unused_err raise error return output diff --git a/install/Downloads/.empty b/install/Downloads/.empty new file mode 100644 index 00000000..e69de29b