]> git.dujemihanovic.xyz Git - u-boot.git/commit
moveconfig: Avoid deprecation warning for setDaemon
authorSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 19:43:51 +0000 (13:43 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 4 Oct 2023 15:25:20 +0000 (09:25 -0600)
commitad1f187c18c65a3c0fe09c8a2dbba26ee8173098
treeeef275d97a59ac317dd44b7e26a2b2ea689a1998
parent63df202ad88fdd36deb8cd55eabe72db110962cb
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>
tools/moveconfig.py