fix assertion failure

This commit is contained in:
David Rose 2002-09-09 01:20:56 +00:00
parent 8a168bfa2e
commit 680ce82d3f

View File

@ -91,7 +91,6 @@
oldTasks = taskMgr.getTasksNamed(taskName)
for task in oldTasks:
if hasattr(task, "interval"):
task.interval.privInterrupt()
taskMgr.remove(task)
def __playTask(self, task):