]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Avoid passing result into _read_done_file()
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:49:24 +0000 (17:49 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commita048c7733846b935df6627cc89387282803df842
tree7d922a1503107ffbc1939e6a954f2f0c45a5adce
parent1f6e966261d7c2a23de705fbf03b6ce6f18116e3
buildman: Avoid passing result into _read_done_file()

Move the creating of the result object into the function which sets it
up, to simplify the code.

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