Open belforte opened 1 year ago
see https://cms-talk.web.cern.ch/t/crab-failing-with-unable-to-parse-wmcores-jobreport-json-fjr-will-not-be-useful-message/21517/5
since cmsRun allows users to indicate file:filepath as output, and that is what we extract from framework job report, we should protect against dumbly pass it to e.g. os.stat
file:filepath
os.stat
@mapellidario hopefully a one line change in CMSRunAnalysis.py
see https://cms-talk.web.cern.ch/t/crab-failing-with-unable-to-parse-wmcores-jobreport-json-fjr-will-not-be-useful-message/21517/5
since cmsRun allows users to indicate
file:filepath
as output, and that is what we extract from framework job report, we should protect against dumbly pass it to e.g.os.stat