# | Line 294 | Line 294 | class DBinterface: | |
---|---|---|
294 | common.logger.debug(3, "Error loading Jobs By Running Attr : " +str(traceback.format_exc())) | |
295 | raise CrabException('Error loading Jobs By Running Attr '+str(e)) | |
296 | for i in task: | |
297 | < | matched.append(i[field]) |
297 | > | matched.append(i.runningJob[field]) |
298 | return matched | |
299 | ||
300 | def deserXmlStatus(self, reportList): |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |