[bitbake-devel] [PATCH v2] bitbake: Colorize knotty interactive console output

Chris Larson clarson at kergoth.com
Mon Nov 12 02:24:04 UTC 2012


On Sun, Nov 11, 2012 at 7:02 PM, Seth Bollinger <seth.boll at gmail.com> wrote:

> color_enabled is initialized on line 58 of msg.py.  I did this in the same
> way as other class variables are initialized.
>
>     levelnames = {
>         DEBUG3   : 'DEBUG',
>         DEBUG2   : 'DEBUG',
>         DEBUG   : 'DEBUG',
>         VERBOSE: 'NOTE',
>         NOTE    : 'NOTE',
>         PLAIN  : '',
>         WARNING : 'WARNING',
>         ERROR   : 'ERROR',
>         CRITICAL: 'ERROR',
>     }
>
>     color_enabled = False
>


Ah! I missed that, thanks for clarifying. Other than that question, it
looks pretty decent to me. We'll see if Richard agrees.
-- 
Christopher Larson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20121111/64c9cc60/attachment-0001.html>


More information about the bitbake-devel mailing list