mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
*** empty log message ***
This commit is contained in:
parent
6a8b2dc758
commit
88e8de00e7
@ -475,7 +475,7 @@ class TaskManager:
|
||||
elif (ret == exit):
|
||||
self.removeTask(task)
|
||||
else:
|
||||
raise "Task named %s did not return cont, exit, or done" % task.name
|
||||
raise StandardError, "Task named %s did not return cont, exit, or done" % task.name
|
||||
return len(self.taskList)
|
||||
|
||||
def run(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user