Applied to master, thanks.

On Sat, Mar 13, 2010 at 4:01 AM, Bernhard Reutner-Fischer <
[email protected]> wrote:

> Signed-off-by: Bernhard Reutner-Fischer <[email protected]>
> ---
>  lib/bb/utils.py |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/lib/bb/utils.py b/lib/bb/utils.py
> index 9a17c92..c564d34 100644
> --- a/lib/bb/utils.py
> +++ b/lib/bb/utils.py
> @@ -166,7 +166,7 @@ def better_compile(text, file, realfile):
>         # split the text into lines again
>         body = text.split('\n')
>         bb.msg.error(bb.msg.domain.Util, "Error in compiling python
> function in: ", realfile)
> -        bb.msg.error(bb.msg.domain.Util, "The lines resulting into this
> error were:")
> +        bb.msg.error(bb.msg.domain.Util, "The lines leading to this error
> were:")
>         bb.msg.error(bb.msg.domain.Util, "\t%d:%s:'%s'" % (e.lineno,
> e.__class__.__name__, body[e.lineno-1]))
>
>         _print_trace(body, e.lineno)
> --
> 1.7.0
>
> _______________________________________________
> Bitbake-dev mailing list
> [email protected]
> https://lists.berlios.de/mailman/listinfo/bitbake-dev
>



-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev

Reply via email to