Skip to content

Fix unchecked StatusCode.

Scott Snyder requested to merge ssnyder/Gaudi:atlas-sss into atlas/v27r1

In the clang devval build, the AthTPCnvSvc test in AthenaServices is crashing with an unchecked StatusCode. The StatusCode in question is in Bindings.py; the change here fixes the crash. Not sure why this wasn't seen before, or why it shows up only in the clang build.

This change should also go into the devval version of Gaudi.

Merge request reports