Skip to content

Commit

Permalink
fix indentation in customizeHLTforCMSSW
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongeun committed Apr 29, 2021
1 parent 6d3a98b commit 2720cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HLTrigger/Configuration/python/customizeHLTforCMSSW.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def customizeFor33543(process):

return process

def customiseFor33495(process):
def customiseFor33495(process):
"""Customize HLT menu to remove deprecated parameters for pixel Generic and Template CPE's """
for producer in esproducers_by_type(process, "PixelCPEGenericESProducer"):
if hasattr(producer, "DoLorentz"):
Expand Down

0 comments on commit 2720cd0

Please sign in to comment.