# | Line 351 | Line 351 | class DBinterface: | |
---|---|---|
351 | break | |
352 | ||
353 | # Data alignment | |
354 | < | if rForJ.getAttribute('status') not in ['Created', 'Unknown'] and not\ |
355 | < | (job.runningJob['statusScheduler'] in 'Submitting' and rForJ.getAttribute('status') in ['Killed','Cleared']) : |
354 | > | if rForJ.getAttribute('status') not in ['Created', 'Unknown']: |
355 | # update the status | |
356 | common.logger.debug(3,"Updating DB status for job: " + str(id) + " @: " \ | |
357 | + str(rForJ.getAttribute('status')) ) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |