Skip to content

Commit bc2f721

Browse files
committed
[ANALYSIS] Fix syntax in python scripts
1 parent 6d26b89 commit bc2f721

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)