Fox-V3
Fox-V3 copied to clipboard
[FIFO] task triggers not cleared when deleted
Describe Bug When removing a task, the task triggers should be removed simultaneously As if not, the task triggers would be stuck in printschedules
To Reproduce
- make task
- make trigger
- remove task
- do printschedule, trigger is stuck
Expected behavior When deleting a task the trigger should also be removed
Screenshots or Error Messages do [p]fifo printschedule to see the stuck task
Additional context should be an easy fix if you just add a function call to self.fifo_cleartriggers(ctx, taskname) at fifo/fifo.py#L491