|
@@ -386,7 +386,6 @@ class TaskManager:
|
|
|
index = self.doLaterList.add(task)
|
|
index = self.doLaterList.add(task)
|
|
|
if self.fVerbose:
|
|
if self.fVerbose:
|
|
|
# Alert the world, a new task is born!
|
|
# Alert the world, a new task is born!
|
|
|
- index = len(self.doLaterList)
|
|
|
|
|
messenger.send('TaskManager-spawnDoLater',
|
|
messenger.send('TaskManager-spawnDoLater',
|
|
|
sentArgs = [task, task.name, task.id])
|
|
sentArgs = [task, task.name, task.id])
|
|
|
return task
|
|
return task
|