commit | 78578595de217166fbd8fd69cd9c994ec2c16108 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 19 17:48:51 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 24 09:34:11 2023 -0600 |
tree | 05ad7759bb49806964cffbe47c3133c267662adb | |
parent | 1b14049251f73ea7fe1f38946a1627d4ad03a34d [diff] |
buildman: Avoid too many returns in do_buildman() Fix the pylint warning by using a variable instead of lots of 'return' statements. Signed-off-by: Simon Glass <sjg@chromium.org>