Skip to content

Commit

Permalink
Merge pull request #4619 from jmarra13/fix-for-a-typo-on-PrivateMCPY-L46
Browse files Browse the repository at this point in the history
Fixing a typo "LHESoure" on line 46
  • Loading branch information
mmascher committed May 9, 2016
2 parents 21c39bd + 6d22a84 commit 85f62fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/CRABClient/JobType/PrivateMC.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run(self, *args, **kwargs):
if getattr(self.config.JobType, 'generator', '') == 'lhe' and not lhe:
msg = "Generator set to 'lhe' but "
if pool:
msg += "'PoolSource' instead of 'LHESoure' present in parameter set. If you "
msg += "'PoolSource' instead of 'LHESource' present in parameter set. If you "
msg += "are processing files in EDMLHE format, please set 'JobType.pluginName' "
msg += "to 'Analysis'."
else:
Expand Down

0 comments on commit 85f62fc

Please sign in to comment.