From 05045b9348b768e0f690cb27b23616bb2075e6ed Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 12 Sep 2023 15:40:04 -0500 Subject: [PATCH] Changed FailPath/SkipEvent to TryToContinue [CommonTools] The former options were replaced with the latter some time ago. --- CommonTools/PileupAlgos/test/recomputePuppiOnMiniAOD.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CommonTools/PileupAlgos/test/recomputePuppiOnMiniAOD.py b/CommonTools/PileupAlgos/test/recomputePuppiOnMiniAOD.py index 8825604bf18c1..e63f554d8b7e6 100644 --- a/CommonTools/PileupAlgos/test/recomputePuppiOnMiniAOD.py +++ b/CommonTools/PileupAlgos/test/recomputePuppiOnMiniAOD.py @@ -32,10 +32,9 @@ ) process.options = cms.untracked.PSet( - FailPath = cms.untracked.vstring(), IgnoreCompletely = cms.untracked.vstring(), Rethrow = cms.untracked.vstring(), - SkipEvent = cms.untracked.vstring(), + TryToContinue = cms.untracked.vstring(), allowUnscheduled = cms.obsolete.untracked.bool, canDeleteEarly = cms.untracked.vstring(), emptyRunLumiMode = cms.obsolete.untracked.string,