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

Comparing COMP/CRAB/python/Reporter.py (file contents):
Revision 1.17 by ewv, Tue Jun 29 17:46:42 2010 UTC vs.
Revision 1.18 by fanzago, Thu Jul 15 16:08:59 2010 UTC

# Line 71 | Line 71 | class Reporter(Actor):
71          filesRequired=0
72          lumis = []
73          for job in task.getJobs():
74 <            if (job.runningJob['applicationReturnCode']>0 or job.runningJob['wrapperReturnCode']>0): continue
74 >            if (job.runningJob['applicationReturnCode']!=0 or job.runningJob['wrapperReturnCode']!=0): continue
75              # get FJR filename
76              fjr = self.fjrDirectory + job['outputFiles'][-1]
77  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines