From 512f8e4e33c5a750008b325c4e1cf91a1851ce3a Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 12 Sep 2023 15:38:10 -0500 Subject: [PATCH] Changed FailPath/SkipEvent to TryToContinue [DPG] The former options were replaced with the latter some time ago. --- DPGAnalysis/Skims/python/reco_skim_cfg_mod.py | 2 +- DPGAnalysis/Skims/python/reco_skim_cfg_mod_350.py | 2 +- DPGAnalysis/Skims/test/test_TopMuEG_SKIM.py | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/DPGAnalysis/Skims/python/reco_skim_cfg_mod.py b/DPGAnalysis/Skims/python/reco_skim_cfg_mod.py index eedd4f12c7a06..2aca89a5d6dbb 100644 --- a/DPGAnalysis/Skims/python/reco_skim_cfg_mod.py +++ b/DPGAnalysis/Skims/python/reco_skim_cfg_mod.py @@ -5,7 +5,7 @@ # this is to avoid the postpathendrun probem with same process name (only with http reader) process.options = cms.untracked.PSet( IgnoreCompletely = cms.untracked.vstring('Configuration') -# SkipEvent = cms.untracked.vstring('Configuration') +# TryToContinue = cms.untracked.vstring('Configuration') ) diff --git a/DPGAnalysis/Skims/python/reco_skim_cfg_mod_350.py b/DPGAnalysis/Skims/python/reco_skim_cfg_mod_350.py index 5078b7f313ddf..0d6dd256830a9 100644 --- a/DPGAnalysis/Skims/python/reco_skim_cfg_mod_350.py +++ b/DPGAnalysis/Skims/python/reco_skim_cfg_mod_350.py @@ -5,7 +5,7 @@ # this is to avoid the postpathendrun probem with same process name (only with http reader) process.options = cms.untracked.PSet( IgnoreCompletely = cms.untracked.vstring('Configuration') -# SkipEvent = cms.untracked.vstring('Configuration') +# TryToContinue = cms.untracked.vstring('Configuration') ) diff --git a/DPGAnalysis/Skims/test/test_TopMuEG_SKIM.py b/DPGAnalysis/Skims/test/test_TopMuEG_SKIM.py index 99a4b00123b8a..6afc436bf7f04 100644 --- a/DPGAnalysis/Skims/test/test_TopMuEG_SKIM.py +++ b/DPGAnalysis/Skims/test/test_TopMuEG_SKIM.py @@ -36,10 +36,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(), accelerators = cms.untracked.vstring('*'), allowUnscheduled = cms.obsolete.untracked.bool, canDeleteEarly = cms.untracked.vstring(),