[bitbake-devel] [PATCH] make exception handling syntax consistent

Richard Purdie richard.purdie at linuxfoundation.org
Wed Jun 15 10:09:37 UTC 2011


On Tue, 2011-06-14 at 16:44 -0700, Scott Garman wrote:
> Update exception handling syntax to use the modern style:
> except ExcType as localvar
> 
> Signed-off-by: Scott Garman <scott.a.garman at intel.com>
> ---
>  bin/bitbake               |    2 +-
>  lib/bb/cooker.py          |   10 +++++-----
>  lib/bb/data.py            |    2 +-
>  lib/bb/fetch2/__init__.py |    4 ++--
>  lib/bb/process.py         |    2 +-
>  lib/bb/pysh/builtin.py    |   10 +++++-----
>  lib/bb/pysh/interp.py     |   14 +++++++-------
>  lib/bb/runqueue.py        |    2 +-
>  lib/bb/server/process.py  |    4 ++--
>  lib/prserv/serv.py        |    6 +++---
>  10 files changed, 28 insertions(+), 28 deletions(-)

Applied, thanks Scott.

Cheers,

Richard





More information about the bitbake-devel mailing list