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 1213c73 commit 31a47cdCopy full SHA for 31a47cd
glv/ui/history.py
@@ -248,7 +248,7 @@ def apply_search(self,
248
search_state: SearchState,
249
include_current_position=True,
250
count=1):
251
- if self._search_thread is not None and self._search_thread.isAlive():
+ if self._search_thread is not None and self._search_thread.is_alive():
252
try:
253
self._search_thread._stop() # pylint: disable=protected-access
254
except Exception: # pylint: disable=broad-except
0 commit comments