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.62 by spiga, Fri Jun 12 09:38:54 2009 UTC vs.
Revision 1.63 by mcinquil, Thu Jul 23 08:57:37 2009 UTC

# 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')) )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines