ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/DBinterface.py
(Generate patch)

Comparing COMP/CRAB/python/DBinterface.py (file contents):
Revision 1.35.4.3 by spiga, Mon Jul 7 19:53:43 2008 UTC vs.
Revision 1.39 by spiga, Mon Jul 7 13:30:59 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines