Skip to content

clush: use daemon attribute instead of deprecated setDaemon() #479

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

Merged
merged 1 commit into from
Jul 2, 2022

Conversation

thiell
Copy link
Collaborator

@thiell thiell commented Jul 1, 2022

setDaemon() has been deprecated since Python 3.10.

Use daemon property of threading.Thread() instead. It is available since
Python 2.6.

Fixes:
Clush.py:651: DeprecationWarning: setDaemon() is deprecated, set the
daemon attribute instead

setDaemon() has been deprecated since Python 3.10.

Use daemon property of threading.Thread() instead. It is available since
Python 2.6.

Fixes:
    Clush.py:651: DeprecationWarning: setDaemon() is deprecated, set the
    daemon attribute instead
@thiell
Copy link
Collaborator Author

thiell commented Jul 1, 2022

Discovered in #478

@thiell thiell merged commit 95d21d7 into cea-hpc:master Jul 2, 2022
@thiell thiell added this to the 1.9 milestone Aug 28, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants