commit | ccc6906b7a808bdf8f67cc3be19864b44a910a57 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 09 19:14:51 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 22 15:13:35 2022 -0700 |
tree | d626fefa691e16e99d04faa23ebc9ecd808c97fa | |
parent | 626f35a8fc0ea5846c4a008dde60bc7080f170da [diff] |
buildman: Ensure config_fname is inited Init this variable at the top level since it is a global. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/tools/buildman/bsettings.py b/tools/buildman/bsettings.py index dcc200e..9b93b7a 100644 --- a/tools/buildman/bsettings.py +++ b/tools/buildman/bsettings.py
@@ -5,6 +5,7 @@ import os import io +config_fname = None def Setup(fname=''): """Set up the buildman settings module by reading config files