We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9718830 commit ea3d1c8Copy full SHA for ea3d1c8
src/scxml4py/activity.py
@@ -58,7 +58,7 @@ def __init__(self, theId, theEventQueue = None, theData = None):
58
self.mThread = None
59
60
def start(self):
61
- if self.mThread and self.mThread.isAlive():
+ if self.mThread and self.mThread.is_alive():
62
logger.debug("Activity <%s> already started"%self)
63
return
64
0 commit comments