Skip to content

PyUtils: More py3 fixes

Scott Snyder requested to merge ssnyder/athena:py3.PyUtils-20200214 into master

If the forking decorator handles an exception in the child, make sure we flush before exiting. Otherwise the stack trace may get lost.

In AthFile, fail gracefully if the metadata tree is missing.

Merge request reports