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.69 by farinafa, Fri Feb 26 17:44:57 2010 UTC vs.
Revision 1.70 by farinafa, Fri Feb 26 17:48:28 2010 UTC

# Line 418 | Line 418 | class DBinterface:
418      def updateResubAttribs(self, jobsL):
419          task = self.getTask(jobsL)
420          for j in task.jobs:
421 <            common.bossSession.getRunningInstance(j)
422 <            newArgs = "%d %d"%(j.runningJob['jobId'], j.runningJob['submission'])
421 >            newArgs = "%d %d"%(j['jobId'], j['submissionNumber'])
422              j['arguments'] = newArgs
423              
424          common.bossSession.updateDB(task)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines