Skip to content

Commit

Permalink
SkipEvent is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniz Sunar Cerci committed Jan 26, 2024
1 parent 203834e commit 8867793
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 8867793

Please sign in to comment.