Changed isAlive to is_alive

This removes the deprecation warning
This commit is contained in:
Thomas Winters
2020-03-07 17:53:35 +01:00
committed by GitHub
parent 012fe46cb1
commit f7c6b0c614
+1 -1
View File
@@ -201,7 +201,7 @@ class _PickleCore(_BaseCore):
)
observer.start()
observer.join(timeout=1.0)
if observer.isAlive():
if observer.is_alive():
# print('Timedout waiting. Starting again...')
return self.wait_on_entry_calc(key)
# print("Returned value: {}".format(event_handler.value))