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 cf9bad2 commit 2bba084Copy full SHA for 2bba084
1 file changed
src/mmore/ragcli_helper.py
@@ -77,6 +77,7 @@ def __init__(self):
77
self._thread: Optional[threading.Thread] = None
78
79
def __enter__(self):
80
+ self._stop.clear()
81
if sys.stdout.isatty():
82
self._thread = threading.Thread(target=self._spin, daemon=True)
83
self._thread.start()
0 commit comments