Skip to content

LArFebErrorSummaryMakerConfig: Protect against absent projectName

Walter Lampl requested to merge wlampl/athena:BSProjectName into master

While working on something else I came across a DRAW_ZMUMU file containing no project name in it's metadata, leading to a failure in LArFebErrorSummaryMakerConfig.py. This MR protect LArFebErrorSummaryMakerConfig.py against this case.

For the record, ZMUMU_DRAW files produced with current master do have an appropriate project tag in their metadata.

Merge request reports