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.66 by farinafa, Tue Dec 15 13:13:40 2009 UTC vs.
Revision 1.68 by farinafa, Wed Feb 24 11:12:34 2010 UTC

# Line 394 | Line 394 | class DBinterface:
394  
395                  job.runningJob['state'] = str( rForJ.getAttribute('action') )
396            
397 <            #if str( rForJ.getAttribute('resubmit') ).isdigit():
398 <            #    job['submissionNumber'] = int(rForJ.getAttribute('resubmit'))
399 <            #    job.runningJob['submission'] =  int(rForJ.getAttribute('resubmit'))
397 >                # Needed for unique naming of the output    
398 >                #job.runningJob['submission'] =  int(rForJ.getAttribute('submission'))
399            
401            # TODO cleared='0' field, how should it be handled/mapped in BL? #Fabio
402
400          common.bossSession.updateDB( task_new )
401          return
402  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines