mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-11 13:43:27 +08:00
buildman: Don't complain about missing sections in ~/.buildman
Silently ignore this since it is valid to have missing sections. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
620053421c
commit
7024ab6316
@ -40,7 +40,6 @@ def GetItems(section):
|
||||
try:
|
||||
return settings.items(section)
|
||||
except ConfigParser.NoSectionError as e:
|
||||
print e
|
||||
return []
|
||||
except:
|
||||
raise
|
||||
|
Loading…
Reference in New Issue
Block a user