]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: avoid traceback on fetch error
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Dec 2015 04:02:56 +0000 (17:02 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Dec 2015 16:44:02 +0000 (16:44 +0000)
commitc2cc5abe34169eae92067d97ce1e747e7c1413f5
tree797ccfd27bcd5fea314f92f79819e710b1f5e583
parentbdbc4cf41d30eddb8a9ed882dedcc1670ce8fdd6
recipetool: create: avoid traceback on fetch error

If a fetch error occurs, the fetcher already prints a reasonable error -
we don't need the traceback as well, so catch that and exit if it
occurs.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create.py