Skip to content

PyJobTransforms: dropped the dependency on AthFile

Vakhtang Tsulaia requested to merge tsulaia/athena:main-athfile into main

The calls to AthFile functions are substituted by the calls to read_metadata() from PyUtils.MetaReader and to file_name() from PyUtils.PoolFile

Is this part of the ongoing campaign to remove all references to AthFile from the Athena main

Related to ATEAM-528

Merge request reports