Skip to content

Commit

Permalink
Merge pull request #42772 from Dr15Jones/TryToContinueUpdate_DPG
Browse files Browse the repository at this point in the history
Changed FailPath/SkipEvent to TryToContinue [DPG]
  • Loading branch information
cmsbuild authored Sep 26, 2023
2 parents 8275921 + 512f8e4 commit b1c6385
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 b1c6385

Please sign in to comment.