Skip to content

PyUtils: Change missing input file message to a warning.

Scott Snyder requested to merge ssnyder/athena:runnumber.PyUtils-20190416 into master

When we can't get a runnumber because there's no specified input file, emit a warning, not an error. Otherwise, some configurations can fail with spurious errors. Fixes test failure seen in TriggerMenu.

Merge request reports