Skip to content

Commit

Permalink
Fix to issue 31502
Browse files Browse the repository at this point in the history
  • Loading branch information
jfernan2 committed Sep 18, 2020
1 parent e703119 commit 6436a9a
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -927,6 +927,10 @@ def condition(self, fragment, stepList, key, hasHarvest):
upgradeProperties[2017][key+'PU'] = deepcopy(upgradeProperties[2017][key])
upgradeProperties[2017][key+'PU']['ScenToRun'] = ['GenSim','DigiPU','RecoFakeHLTPU','HARVESTFakeHLTPU'] + \
(['Nano'] if 'Design' not in key else [])
if '202' in key: #2021, 2023 and 2023 still run not FakeHLT Menus
upgradeProperties[2017][key+'PU']['ScenToRun'] = ['GenSim','DigiPU','RecoPU','HARVESTPU'] + \
(['Nano'] if 'Design' not in key else [])


upgradeProperties[2026] = {
'2026D49' : {
Expand Down

0 comments on commit 6436a9a

Please sign in to comment.