Skip to content

Commit

Permalink
Merge pull request #15 from dildick/from-CMSSW_6_2_X_SLHC_2014-01-24-…
Browse files Browse the repository at this point in the history
…0200

Fix invalid syntax
  • Loading branch information
Sven Dildick committed Jan 24, 2014
2 parents a6e35e0 + cc7e3a3 commit abd0cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SLHCUpgradeSimulations/Configuration/python/gemCustoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def customise(process):
process=customise_RawToDigi(process)
if hasattr(process,'reconstruction'):
process=customise_Reco(process)
if hasattr(process,'L1simulation_step'):
if hasattr(process,'L1simulation_step'):
process=customise_L1Emulator(process)
if hasattr(process,'digitisation_step'):
process=customise_Digi(process)
Expand Down

0 comments on commit abd0cd9

Please sign in to comment.