]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
devtool: tidy up handling of parse failures paule/tinfoil2-fixes-oecore
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 20 Mar 2017 03:50:44 +0000 (16:50 +1300)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 20 Mar 2017 04:12:48 +0000 (17:12 +1300)
commit23a6304054effdca8fb9dd43557aa1ac70bebd32
treebfbeaf4b2220ebaf7a1508b9039aaf740ae0a2f3
parenta73b834c249d63e028ad6afd15a14c7cb7cf00b9
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>
scripts/lib/devtool/__init__.py