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