commit | e03e944f65f7ae0c104090530cb4c833be1589bd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 01 17:34:03 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 14 21:16:54 2015 -0800 |
tree | 595294ff29d0d5aafde947cab011e18d6c3b4e6d | |
parent | 3cb033e68fd867aa55f5dbc3189993a1359dccd5 [diff] |
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>
diff --git a/tools/buildman/bsettings.py b/tools/buildman/bsettings.py index fdd875b..9eb9b2b 100644 --- a/tools/buildman/bsettings.py +++ b/tools/buildman/bsettings.py
@@ -40,7 +40,6 @@ try: return settings.items(section) except ConfigParser.NoSectionError as e: - print e return [] except: raise