# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |