]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Move copy_files() out ot BuilderThread class
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:49:27 +0000 (17:49 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commit2ecc5805ac5e9209b922f57a39cb54bc648c1a22
tree083ddbc5102b3fe0e6b3e35212dd689658cfab40
parent236f95938609e584fce7ac7c03f659c8fa2bec6c
buildman: Move copy_files() out ot BuilderThread class

This does not need to be in the class. Move it out to avoid a pylint
warning.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builderthread.py