Skip to content

Commit 8c5c478

Browse files
minor change in upgradeWorkflowComponents.py
1 parent a659507 commit 8c5c478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3750,14 +3750,14 @@ def condition(self, fragment, stepList, key, hasHarvest):
37503750
'ScenToRun' : ['GenSimHLBeamSpot','DigiTrigger','RecoGlobal', 'HARVESTGlobal', 'ALCAPhase2'],
37513751
},
37523752
'Run4D124' : {
3753-
'Geom' : 'ExtendedRun4D200',
3753+
'Geom' : 'ExtendedRun4D124',
37543754
'HLTmenu': '@relvalRun4',
37553755
'GT' : 'auto:phase2_realistic_T33',
37563756
'Era' : 'Phase2C22I13M9',
37573757
'ScenToRun' : ['GenSimHLBeamSpot','DigiTrigger','RecoGlobal', 'HARVESTGlobal', 'ALCAPhase2'],
37583758
},
37593759
'Run4D125' : {
3760-
'Geom' : 'ExtendedRun4D201',
3760+
'Geom' : 'ExtendedRun4D125',
37613761
'HLTmenu': '@relvalRun4',
37623762
'GT' : 'auto:phase2_realistic_T33',
37633763
'Era' : 'Phase2C22I13M9',

0 commit comments

Comments
 (0)