fix assertion failure
This commit is contained in:
parent
8a168bfa2e
commit
680ce82d3f
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue