]> 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>
Fri, 15 Jan 2016 15:41:31 +0000 (15:41 +0000)
commitb2706b5b311d456e7da5acf02e25f3f8650c50e5
tree59c918c4dfc8e07309a4a1069fa03db98e873b5e
parent9d41e993a95a7b60f1ed5f8e9ca887fdf393233c
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.

(From OE-Core master rev: c2cc5abe34169eae92067d97ce1e747e7c1413f5)

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