Skip to content

PyUtils: remove use of RecFlags in MetaReaderPeeker

Frank Winklmeier requested to merge fwinkl/athena:metareader into 24.0

Remove the usage of the obsolete RecFlags in MetaReaderPeeker and delete unused methods. Note that there are only very few places left where this class is used. They should be migrated to use MetaReader directly.

Merge request reports