typo in spawnDoLater

This commit is contained in:
David Rose 2003-04-18 01:17:34 +00:00
parent a6e18a07e1
commit 3bcda1e260
1 changed files with 1 additions and 0 deletions

View File

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