Skip to content

Commit

Permalink
Changed FailPath/SkipEvent to TryToContinue [DPG]
Browse files Browse the repository at this point in the history
The former options were replaced with the latter some time ago.
  • Loading branch information
Dr15Jones committed Sep 12, 2023
1 parent c9f66bc commit 512f8e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DPGAnalysis/Skims/python/reco_skim_cfg_mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
)


Expand Down
2 changes: 1 addition & 1 deletion DPGAnalysis/Skims/python/reco_skim_cfg_mod_350.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
)


Expand Down
3 changes: 1 addition & 2 deletions DPGAnalysis/Skims/test/test_TopMuEG_SKIM.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 512f8e4

Please sign in to comment.