From a79f12a5c1a608db6661c97c971a89556ee463ad Mon Sep 17 00:00:00 2001 From: Giovanni Franzoni Date: Thu, 30 Oct 2014 11:32:10 +0100 Subject: [PATCH] label the processString with _gen for generator specific relvals --- Configuration/PyReleaseValidation/python/MatrixInjector.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configuration/PyReleaseValidation/python/MatrixInjector.py b/Configuration/PyReleaseValidation/python/MatrixInjector.py index 7704a7dfeddb1..e14b189dfc137 100644 --- a/Configuration/PyReleaseValidation/python/MatrixInjector.py +++ b/Configuration/PyReleaseValidation/python/MatrixInjector.py @@ -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]: