wcs-olap: print traceback to stderr

This commit is contained in:
Benjamin Dauvergne 2016-05-19 15:13:55 +02:00
parent ca9d23821c
commit ad4ba3ea4d
1 changed files with 1 additions and 1 deletions

View File

@ -52,4 +52,4 @@ def print_tb():
tb = tb.tb_next
n = n + 1
print error_file.getvalue()
print >>sys.stderr, error_file.getvalue()