# | Line 230 | Line 230 | class SchedulerEdg(Scheduler): | |
---|---|---|
230 | """ | |
231 | self.checkProxy() | |
232 | # id = common.jobDB.jobId(nj) | |
233 | < | cmd = 'edg-job-get-logging-info -v 2 ' + self.configOpt_() + id |
233 | > | cmd = 'edg-job-get-logging-info -v 2 ' + id |
234 | cmd_out = runCommand(cmd) | |
235 | + | print cmd_out |
236 | return cmd_out | |
237 | ||
238 | def listMatch(self, nj): |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |