commit | 5cda902da45d20f479a847253d7dd14ab3f97302 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 23 13:43:51 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 04 09:25:20 2023 -0600 |
tree | eef275d97a59ac317dd44b7e26a2b2ea689a1998 | |
parent | 1572b3f0cde12b5996583da6c6dc1c5720b991df [diff] |
moveconfig: Avoid deprecation warning for setDaemon Use the recommended new way of setting a thread to be a daemon. This avoids a warning: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead Signed-off-by: Simon Glass <sjg@chromium.org>