Re: [PATCH v4 76/83] buildman: Avoid passing result into _read_done_file()

2023-07-24 Thread Simon Glass
Move the creating of the result object into the function which sets it up, to simplify the code. Signed-off-by: Simon Glass --- (no changes since v1) tools/buildman/builderthread.py | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) Applied to u-boot-dm, thanks!

[PATCH v4 76/83] buildman: Avoid passing result into _read_done_file()

2023-07-19 Thread Simon Glass
Move the creating of the result object into the function which sets it up, to simplify the code. Signed-off-by: Simon Glass --- (no changes since v1) tools/buildman/builderthread.py | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/tools/buildman/buildert