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.56 by mcinquil, Thu Mar 19 17:58:03 2009 UTC vs.
Revision 1.57 by spiga, Tue Apr 14 18:58:51 2009 UTC

# Line 379 | Line 379 | class DBinterface:
379                  ## unsing 'standardInput' field for 'ended' tag ['Y','N']
380                  job['standardInput'] = str( rForJ.getAttribute('ended') )
381  
382 <                job.runningJob['state'] = str( rForJ.getAttribute('action') )
382 >            ## for release > 251  
383 >            #    job.runningJob['state'] = str( rForJ.getAttribute('action') )
384            
385              #if str( rForJ.getAttribute('resubmit') ).isdigit():
386              #    job['submissionNumber'] = int(rForJ.getAttribute('resubmit'))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines