Skip to content

Commit 809035e

Browse files
committed
remove redundant step number change
1 parent acb7e14 commit 809035e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2734,8 +2734,6 @@ def setup_(self, step, stepName, stepDict, k, properties):
27342734
"--eventcontent": "PREMIXRAW"},
27352735
d])
27362736
stepDict[stepName][k] = d
2737-
if 'Nano'==step:
2738-
stepDict[stepName][k] = merge([{'--filein':'file:step5.root','-s':'NANO','--datatier':'NANOAODSIM','--eventcontent':'NANOEDMAODSIM'}, stepDict[step][k]])
27392737
def condition(self, fragment, stepList, key, hasHarvest):
27402738
# use both conditions
27412739
return UpgradeWorkflowPremix.condition(self, fragment, stepList, key, hasHarvest) and UpgradeWorkflow_ProdLike.condition(self, fragment, stepList, key, hasHarvest)

0 commit comments

Comments
 (0)