projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6200534
)
buildman: Don't complain about missing sections in ~/.buildman
author
Simon Glass
<sjg@chromium.org>
Tue, 2 Dec 2014 00:34:03 +0000
(17:34 -0700)
committer
Simon Glass
<sjg@chromium.org>
Thu, 15 Jan 2015 05:16:54 +0000
(21:16 -0800)
Silently ignore this since it is valid to have missing sections.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/bsettings.py
patch
|
blob
|
history
diff --git
a/tools/buildman/bsettings.py
b/tools/buildman/bsettings.py
index fdd875b0736f9ec918c443b50778c84aef33cdfa..9eb9b2bd53aad8e2b19921f62e4c232363788262 100644
(file)
--- 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