# | 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 : |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |