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.55 by spiga, Sat Mar 7 16:53:38 2009 UTC vs.
Revision 1.56 by mcinquil, Thu Mar 19 17:58:03 2009 UTC

# Line 378 | Line 378 | class DBinterface:
378  
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') )
383            
384              #if str( rForJ.getAttribute('resubmit') ).isdigit():
385              #    job['submissionNumber'] = int(rForJ.getAttribute('resubmit'))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines