mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
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>
This commit is contained in:
parent
b144b93ea9
commit
301cd7431a
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ import configparser
|
|||
import os
|
||||
import io
|
||||
|
||||
config_fname = None
|
||||
|
||||
def Setup(fname=''):
|
||||
"""Set up the buildman settings module by reading config files
|
||||
|
|
Loading…
Add table
Reference in a new issue