[bitbake-devel] [PATCH 01/17] runqueue: improve exception logging

Christopher Larson clarson at kergoth.com
Tue Jul 12 22:58:03 UTC 2016


On Tue, Jul 12, 2016 at 3:54 PM, bavery <brian.avery at intel.com> wrote:

> -            logger.error("An uncaught exception occured in runqueue,
> please see the failure below:")
> +        except Exception as err:
> +            logger.exception("An uncaught exception occured in runqueue")
>

Should probably fix the typo while we're here. 'occured' isn't spelled
correctly, 'occurred' is.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20160712/4c5f3a30/attachment-0002.html>


More information about the bitbake-devel mailing list