buildman: Correct invalid use of out_dir variable
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:49:11 +0000 (17:49 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commitcc923fafbc5ec2f45757ff4db077d6b0e3f0aa21
tree5d7506da5cb38a3f189c21f16c34acf5a90f3165
parent4a7419bfbbeae2838422b13fce06d83f30491d70
buildman: Correct invalid use of out_dir variable

This variable has a different meaning in the outer scope. Use a different
name to avoid confusion, or bugs.

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