buildman: Allow the toolchain error to be suppressed
authorSimon Glass <sjg@chromium.org>
Thu, 28 Jul 2016 02:33:01 +0000 (20:33 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 1 Aug 2016 01:37:08 +0000 (19:37 -0600)
commit80e6a487505c44bffbf5bf97cfa5ce2176e0cd9b
tree6ca0101cb89cc83276c04d5496ab0fd186f088a0
parentbd6f5d98de58723702f01a660a16269c54e2992e
buildman: Allow the toolchain error to be suppressed

When there are no toolchains a warning is printed. But in some cases this is
confusing, such as when the user is fetching new toolchains.

Adjust the function to supress the warning in this case.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/toolchain.py