From 7024ab6316ab18db8d1a25204a240111548357b4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 1 Dec 2014 17:34:03 -0700 Subject: 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 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 @@ def GetItems(section): try: return settings.items(section) except ConfigParser.NoSectionError as e: - print e return [] except: raise -- cgit v0.10.2