Skip to content

Commit 4c7bac9

Browse files
authored
Merge pull request #46172 from iarspider/iarspider-patches-20240930-17
[ANALYSIS] Fix syntax in python scripts
2 parents a98822a + bc2f721 commit 4c7bac9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

EgammaAnalysis/ElectronTools/test/run_CorrectECALIsolation_cfg.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@
1818
)
1919

2020
process.correctEcalIso = cms.EDAnalyzer("CorrectECALIsolation",
21-
2221
# input collections
2322
Electrons = cms.InputTag('gsfElectrons'),
2423
isData = cms.bool(True)
25-
24+
)
2625
process.p = cms.Path(process.correctEcalIso)
2726

2827

0 commit comments

Comments
 (0)