[Bug] hub.system.set_stop_button(None) not working #837
Labels
bug
Something isn't working
software: pybricks-micropython
Issues with Pybricks MicroPython firmware (or EV3 runtime)
Describe the bug
In the REPL, do:
I suspect this happened due to pybricks/pybricks-micropython@f09d810 combined with the way
System()
is implemented. All its methods don't have aself_in
argument.We could change that, or see if there is a way to set them as class methods so this check gets bypassed.
The text was updated successfully, but these errors were encountered: