Skip to content

Create StatusCode inside if statement to avoid unchecked StatusCode

Nicolas Koehler requested to merge nkoehler/Gaudi:fixStatusCode into master

Hi,

I encountered this case by bad luck when running on a SLC7 machine with SLC6 athena and a library was not found. But in this case the StatusCode (created outside the if) was definitely not checked.

Best, Nico

Merge request reports