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.24 by spiga, Sat May 10 13:41:40 2008 UTC vs.
Revision 1.25 by spiga, Sat May 10 15:30:20 2008 UTC

# Line 318 | Line 318 | class DBinterface:
318  
319          for job in task.jobs:
320              if not job.runningJob:
321 <                raise CrabException( "Missing running object for job %s"%str(job['id']) )
321 >                raise CrabException( "Missing running object for job %s"%str(job['jobId']) )
322  
323 <            id = str(job.runningJob['id'])
323 >            id = str(job.runningJob['jobId'])
324              # TODO linear search, probably it can be optized with binary search
325              rForJ = None
326              for r in reportList:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines