Skip to content
Snippets Groups Projects
Commit 7024ab63 authored by Simon Glass's avatar Simon Glass
Browse files

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's avatarSimon Glass <sjg@chromium.org>
parent 62005342
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,6 @@ def GetItems(section):
try:
return settings.items(section)
except ConfigParser.NoSectionError as e:
print e
return []
except:
raise
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment