how do i get the control of the prompt back if i add a seq_add_callback with an error #391
ely-peddler
started this conversation in
General
Replies: 1 comment
|
Nothing easy. The sequencer is always running in tulip and can't be stopped. You could blindly type tulip.seq_remove_callback(slot) or redefine your broken callback with a do nothing one , like def cb: return False or etc. or just reboot with the reset button or control-D. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
calling seq_add_callback and passing a function with errors sends the prompt into an infinite loop, spitting out error messages, can it be recovered without rebooting?
All reactions