return task from add()

This commit is contained in:
David Rose 2002-07-03 17:14:49 +00:00
parent f06959d736
commit 4413cb9591

View File

@ -411,6 +411,7 @@ class TaskManager:
nameList.append(task)
# Put it on the list for the end of this frame
self.__addPendingTask(task)
return task
def __addPendingTask(self, task):
if TaskManager.notify.getDebug():