Skip to content

TrigPSC: Avoid calling `theApp.setup` twice

Frank Winklmeier requested to merge fwinkl/athena:_genclid into master

When dumping the job configuration (--dump-config), storeJobOptionsCatalogue already calls theApp.setup internally. Avoid calling it a second time to suppress some ERROR messages (ATR-20915).

Merge request reports