Skip to content

fix unchecked StatusCode

Charles Leggett requested to merge leggett/Gaudi:dev/GPyFix into master

(from Scott Snyder)

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.

Merge request reports