Skip to content

Commit

Permalink
Set assertLegacySafe to False
Browse files Browse the repository at this point in the history
  • Loading branch information
jfernan2 committed Jul 6, 2021
1 parent dbeaf36 commit 1e952d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DQMServices/Core/python/DQMStore_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
#Following list has no effect if saveByLumi is False
MEsToSave = cms.untracked.vstring(nanoDQMIO_perLSoutput.MEsToSave),
trackME = cms.untracked.string(""),

#Legacy code should be out. Suggested on:
#https://github.com/cms-sw/cmssw/pull/34231#issuecomment-874789622
assertLegacySafe = cms.untracked.bool(False),
# UNUSED: historical HLT configs expect this option to be present, so it
# remains here, even though the DQMStore does not use it any more.
enableMultiThread = cms.untracked.bool(True)
Expand Down

0 comments on commit 1e952d1

Please sign in to comment.