Skip to content

Commit

Permalink
Merge pull request #43813 from denizsun/my-new-feature
Browse files Browse the repository at this point in the history
SkipEvent is removed [issue#43793]
  • Loading branch information
cmsbuild authored Feb 2, 2024
2 parents 7cc0aba + 8867793 commit 87c110d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,11 @@
print("Final Source settings:", process.source)
process.options = cms.untracked.PSet(
Rethrow = cms.untracked.vstring(
# "ProductNotFound",
"ProductNotFound",
"TooManyProducts",
"TooFewProducts"
),
SkipEvent = cms.untracked.vstring(
'ProductNotFound'
)
# SkipEvent = cms.untracked.vstring(
# 'ProductNotFound'
# )
)

0 comments on commit 87c110d

Please sign in to comment.