buildman: Export _get_output_dir() to avoid warnings
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:49:10 +0000 (17:49 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commit4a7419bfbbeae2838422b13fce06d83f30491d70
tree83bb29428c61eeaee6ac9de16e5dcc412392c940
parent606e54357ff2fd590a55a916093bb6d1b8ed67e1
buildman: Export _get_output_dir() to avoid warnings

Make this a public memory since it is used outside the class.

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