Skip to content

Commit

Permalink
Merge pull request #38678 from seungjin-yang/modifier-issue-in-data_f…
Browse files Browse the repository at this point in the history
…rom-CMSSW_12_3_X_2022-07-10-2300

 Modifiers not being set properly in EventConfig for data (backport of #38622, 12_3_X)
  • Loading branch information
cmsbuild authored Jul 12, 2022
2 parents fbbca92 + 41d564b commit 213c6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/DataProcessing/python/Repack.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"""

import FWCore.ParameterSet.Config as cms
from Configuration.EventContent.EventContent_cff import RAWEventContent


def repackProcess(**args):
Expand All @@ -21,6 +20,7 @@ def repackProcess(**args):
- outputs : defines output modules
"""
from Configuration.EventContent.EventContent_cff import RAWEventContent
process = cms.Process("REPACK")
process.load("FWCore.MessageLogger.MessageLogger_cfi")

Expand Down

0 comments on commit 213c6e2

Please sign in to comment.