Skip to content

METUtilities: Don't open files in ctors.

Scott Snyder requested to merge ssnyder/athena:open.METUtilities-20210128 into master

Don't try to open files in ctors in code that can run from the ctor of a Gaudi component --- otherwise, it'll run during genconf, etc. Do things like that in initialize instead.

Merge request reports