Skip to content

Commit

Permalink
Merge pull request #1597 from vlimant/fix-for-typo-in-dp-express-proc…
Browse files Browse the repository at this point in the history
…essing

fix typo for express processing file type switch
  • Loading branch information
smuzaffar committed Nov 26, 2013
2 parents 6f9b488 + f09605e commit 38504e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/DataProcessing/python/Reco.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def expressProcessing(self, globalTag, **args):
options.conditions = globalTag
options.filein = 'tobeoverwritten.xyz'
if 'inputSource' in args:
options.fileType = args['inputSource']
options.filetype = args['inputSource']
process = cms.Process('RECO')
cb = ConfigBuilder(options, process = process, with_output = True, with_input = True)

Expand Down

0 comments on commit 38504e3

Please sign in to comment.