dmwm / CRABServer

16 stars 38 forks source link

JobWrapper should accept file:filename as PFN #7570

Open belforte opened 1 year ago

belforte commented 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

belforte commented 1 year ago

@mapellidario hopefully a one line change in CMSRunAnalysis.py