Skip to content

Commit

Permalink
Merge pull request #6104 from franzoni/process-strin-GEN-CMSSW_7_3_X_…
Browse files Browse the repository at this point in the history
…2014-10-29-1400

label the processString with _gen for generator specific relvals
  • Loading branch information
cmsbuild committed Oct 30, 2014
2 parents 53b26b4 + a79f12a commit 191bb3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Configuration/PyReleaseValidation/python/MatrixInjector.py
Expand Up @@ -191,6 +191,8 @@ def prepare(self,mReader, directories, mode='init'):
index=0
splitForThisWf=None
thisLabel=self.speciallabel
if 'HARVESTGEN' in s[3]:
thisLabel=thisLabel+"_gen"
processStrPrefix=''
setPrimaryDs=None
for step in s[3]:
Expand Down

0 comments on commit 191bb3c

Please sign in to comment.