# | Line 15 | Line 15 | class Reporter(Actor): | |
---|---|---|
15 | """ | |
16 | The main method of the class: report status of a task | |
17 | """ | |
18 | < | common.logger.debug(5, "Reporter::run() called") |
18 | > | common.logger.debug( "Reporter::run() called") |
19 | task = common._db.getTask() | |
20 | #print self.cfg_params | |
21 | print "\n----------------------------\n" |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |