make sure to display taskbase instances in the pdebug diagram

This commit is contained in:
Thomas Nagy 2012-01-11 00:16:36 +01:00
parent 5f2284cad6
commit bdb0108515
1 changed files with 2 additions and 1 deletions

View File

@ -105,7 +105,8 @@ def process(self):
self.master.set_running(-1, id(Utils.threading.currentThread()), self)
m.out.put(self)
Task.Task.process = process
Task.TaskBase.process_back = Task.TaskBase.process
Task.TaskBase.process = process
old_start = Runner.Parallel.start
def do_start(self):