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

Comparing COMP/CRAB/python/parseCrabFjr.py (file contents):
Revision 1.13 by farinafa, Wed Jun 18 08:32:02 2008 UTC vs.
Revision 1.14 by fanzago, Wed Jul 2 16:07:30 2008 UTC

# Line 67 | Line 67 | class parseFjr:
67      def run(self):
68  
69          # load FwkJobRep
70 <        jobReport = readJobReport(self.input)[0]
70 >        try:
71 >            jobReport = readJobReport(self.input)[0]
72 >        except:
73 >            print '50115'
74 >            sys.exit()
75 >            
76          if self.exitCode :
77              self.exitCodes(jobReport)
78          if self.lfnList :

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines