Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isAlive should be is_alive in webserv.py #8

Open
gratefulfrog opened this issue Apr 6, 2023 · 0 comments
Open

isAlive should be is_alive in webserv.py #8

gratefulfrog opened this issue Apr 6, 2023 · 0 comments

Comments

@gratefulfrog
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant