We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d181ad1 commit 1d7b499Copy full SHA for 1d7b499
commands2/commandscheduler.py
@@ -43,6 +43,9 @@ def resetInstance() -> None:
43
Resets the scheduler instance, which is useful for testing purposes. This should not be
44
called by user code.
45
"""
46
+ inst = CommandScheduler._instance
47
+ if inst:
48
+ inst._defaultButtonLoop.clear()
49
CommandScheduler._instance = None
50
51
def __init__(self) -> None:
0 commit comments