Skip to content
Snippets Groups Projects
Commit f1f06856 authored by scott snyder's avatar scott snyder
Browse files

AthenaPython: Fix py3 exception reporting.

When the python code we call gets an exception, we report it by calling
PyErr_Print.  But with python 3, we need to explicitly flush sys.stderr
afterwards; otherwise, the python traceback may never be printed.
parent 0799c4d4
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment