buildman: Convert camel case in bsettings.py
Convert this file to snake case and update all files which use it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -2037,7 +2037,7 @@ doc/develop/moveconfig.rst for documentation.'''
|
||||
|
||||
if not args.cleanup_headers_only:
|
||||
check_clean_directory()
|
||||
bsettings.Setup('')
|
||||
bsettings.setup('')
|
||||
toolchains = toolchain.Toolchains()
|
||||
toolchains.GetSettings()
|
||||
toolchains.Scan(verbose=False)
|
||||
|
Reference in New Issue
Block a user