Split check_jo_consistency main into separate file [skip ci]
Here I take the main function of check_jo_consistency
into check_jo_consistency_main.py
so that when we do:
check_jofiles="/cvmfs/atlas.cern.ch/repo/sw/Generators/MC16JobOptions/scripts/check_jo_consistency.py"
if os.path.exists(check_jofiles):
include(check_jofiles)
check_naming(os.path.basename(jofile))
from /cvmfs/atlas.cern.ch/repo/sw/software/21.6/AthGeneration/21.6.13/InstallArea/x86_64-slc6-gcc62-opt/jobOptions/EvgenJobTransforms/skel.GENtoEVGEN.py
the main
function and therefore check_mc15includes
which has been causing the CI crashes will also not be executed from the transform.
Also tagging @pengc
Edited by Spyros Argyropoulos