From ad4ba3ea4dc6356d23e2dbd32ce5d76eb0c194b0 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 19 May 2016 15:13:55 +0200 Subject: [PATCH] wcs-olap: print traceback to stderr --- wcs_olap/tb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcs_olap/tb.py b/wcs_olap/tb.py index 8a9ec1d..1f7d293 100644 --- a/wcs_olap/tb.py +++ b/wcs_olap/tb.py @@ -52,4 +52,4 @@ def print_tb(): tb = tb.tb_next n = n + 1 - print error_file.getvalue() + print >>sys.stderr, error_file.getvalue()