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.4.4.1 by spiga, Thu Aug 31 15:58:41 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)
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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines