ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/GetOutput.py
(Generate patch)

Comparing COMP/CRAB/python/GetOutput.py (file contents):
Revision 1.31 by fanzago, Mon Aug 11 09:16:17 2008 UTC vs.
Revision 1.32 by mcinquil, Wed Aug 13 09:37:08 2008 UTC

# Line 53 | Line 53 | class GetOutput(Actor):
53          self.list_id=[]
54          self.all_id =[]    
55          for job in self.up_task.jobs:
56 <            if job.runningJob['status'] in ['SD']:
56 >            if job.runningJob['status'] in ['SD','DA']:
57                  list_id_done.append(job['jobId'])  
58              self.all_id.append(job['jobId'])  
59          check = -1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines