# | Line 354 | Line 354 | class DBinterface: | |
---|---|---|
354 | break | |
355 | ||
356 | # Data alignment | |
357 | < | if rForJ.getAttribute('status') not in ['Created', 'Unknown']: |
357 | > | if rForJ.getAttribute('status') not in ['Unknown']: # ['Created', 'Unknown']: |
358 | # update the status | |
359 | common.logger.debug("Updating DB status for job: " + str(id) + " @: " \ | |
360 | + str(rForJ.getAttribute('status')) ) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |