提交 7024ab63 编写于 作者: S Simon Glass

buildman: Don't complain about missing sections in ~/.buildman

Silently ignore this since it is valid to have missing sections.
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 62005342
......@@ -40,7 +40,6 @@ def GetItems(section):
try:
return settings.items(section)
except ConfigParser.NoSectionError as e:
print e
return []
except:
raise
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册