Skip to content

Commit

Permalink
Merge pull request #42773 from Dr15Jones/TryToContinueUpdate_CommonTools
Browse files Browse the repository at this point in the history
Changed FailPath/SkipEvent to TryToContinue [CommonTools]
  • Loading branch information
cmsbuild authored Sep 14, 2023
2 parents c2003bf + 05045b9 commit a2fe5aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CommonTools/PileupAlgos/test/recomputePuppiOnMiniAOD.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a2fe5aa

Please sign in to comment.