]> code.ossystems Code Review - openembedded-core.git/commit
devtool: tidy up handling of parse failures
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 20 Mar 2017 04:16:20 +0000 (17:16 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Mar 2017 22:43:02 +0000 (22:43 +0000)
commit18304036e1b513fd12c049dbf549ba75c503ed84
treee0dfc6dc32e7306251b00ff19249799a06bcf769
parent4eb3c705b9cadccacdb191ae89f5242a00f397f3
devtool: tidy up handling of parse failures

Since the tinfoil2 refactoring, if an error occurred during parsing, we
were showing a traceback and not correctly exiting (since we weren't
calling shutdown()). Fix both of these issues.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/devtool/__init__.py