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.64 by spiga, Sat Oct 17 14:57:55 2009 UTC vs.
Revision 1.65 by riahi, Fri Nov 6 14:25:09 2009 UTC

# Line 333 | Line 333 | class DBinterface:
333              newJobs =  len(reportList) - len(task.jobs)
334              if newJobs != 0:
335                  isNew=True  
336 <                if not len(task.jobs):isNew=False
336 >                if len(task.jobs):isNew=False
337                  jobL=[]  
338                  for i in range(1,newJobs+1):
339                      jobL.append(len(task.jobs)+i)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines