Skip to content

Commit

Permalink
Avoid a stupid mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Jun 22, 2020
1 parent 6793634 commit 8ce8c6a
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 @@ -207,5 +207,5 @@ def customizeHLTforCMSSW(process, menuType="GRun"):
# add call to action function in proper order: newest last!
# process = customiseFor12718(process)
process = customiseFor30060(process, menuType)
process = customiseFor30280(process, menuType)
process = customiseFor30280(process)
return process

0 comments on commit 8ce8c6a

Please sign in to comment.