pisteppers icon indicating copy to clipboard operation
pisteppers copied to clipboard

isAlive should be is_alive in webserv.py

Open gratefulfrog opened this issue 1 year ago • 0 comments

Hi,

Thanks for the great stuff! I really like your library and hope it will solve all my problems...

In addition to the attribute error in issue #5 which can be worked around with just outcommenting line 46 in steppergroup.py,

there is an incorrect method call in the file pootles_utils/pootlestuff/webserv.py

Line 102 reads: while sthread.isAlive(): but this should be: while sthread.is_alive():

This is easily fixed!

Cheers, Bob

gratefulfrog avatar Apr 06 '23 11:04 gratefulfrog