commit | 9d29f954b5e64849ac1938255477e9024e427cb6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 19 17:49:27 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 24 09:34:11 2023 -0600 |
tree | 083ddbc5102b3fe0e6b3e35212dd689658cfab40 | |
parent | 465567f03ef6b3b95ae5d5110f6b2b1ddf6e33a8 [diff] |
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>