Skip to content

Fixing crash in TrigAnalysisTest caused by new argument in Derivation_tf

James Catmore requested to merge jcatmore/athena:main_fix_SKIM into main

ATR-30803

This one-line fix restores the hasattr check for the new skimmingExpression argument in Derivation_tf introduced in !76494 (merged). Although this attribute always exists when Derivation_tf is used, this isn't necessarily the case with the test scripts such as TrigAnalysisTest. So the hassattr has to be there.

Merge request reports

Loading