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

Comparing COMP/CRAB/python/PostMortem.py (file contents):
Revision 1.4 by gutsche, Fri Jun 16 01:42:09 2006 UTC vs.
Revision 1.5 by slacapra, Wed Sep 20 17:29:52 2006 UTC

# Line 23 | Line 23 | class PostMortem(Actor):
23          # run a list-match on first job
24          for nj in self.nj_list:
25              #nj parte da 1 --> nj = internal_id di boss
26 <            if self.flag_useboss == 1 :
27 <                id = common.scheduler.boss_SID(nj)
28 <                #print "id = ", id
29 <            #else:
30 <            #    id = common.jobDB.jobId(nj)
26 >            id = common.scheduler.boss_SID(nj)
27              out = common.scheduler.loggingInfo(id)
28              # job_list inizia a contare da zero
29              job = common.job_list[nj-1]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines