Skip to content

Commit

Permalink
Don't inherit output commands from the event content in Repack process
Browse files Browse the repository at this point in the history
  • Loading branch information
haozturk committed Mar 14, 2024
1 parent cd7040b commit 66c303a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Configuration/DataProcessing/python/Repack.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ def repackProcess(**args):
fileName = cms.untracked.string("%s.root" % moduleLabel)
)

if dataTier != defaultDataTier:
outputModule.outputCommands = copy.copy(eventContent.outputCommands)

outputModule.dataset = cms.untracked.PSet(dataTier = cms.untracked.string(dataTier))

Expand Down

0 comments on commit 66c303a

Please sign in to comment.