ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/SchedulerRemoteglidein.py
(Generate patch)

Comparing COMP/CRAB/python/SchedulerRemoteglidein.py (file contents):
Revision 1.6 by belforte, Mon Oct 22 12:07:36 2012 UTC vs.
Revision 1.7 by belforte, Mon Nov 5 19:50:10 2012 UTC

# Line 162 | Line 162 | class SchedulerRemoteglidein(SchedulerGr
162          if self.allowOverflow == "0":
163              jobParams += '+CMS_ALLOW_OVERFLOW = False; '
164  
165 +        if self.EDG_addJdlParam:
166 +            if self.EDG_addJdlParam[-1] == '':
167 +                self.EDG_addJdlParam = self.EDG_addJdlParam[:-1]
168 +            for p in self.EDG_addJdlParam:
169 +                jobParams += p.strip()+';\n'
170 +
171          common._db.updateTask_({'jobType':jobParams})
172  
173  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines