bitbake: bin/bitbake: Improve exception handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 May 2013 22:00:10 +0000 (23:00 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 May 2013 11:10:13 +0000 (12:10 +0100)
commitfa9697aa0589928dc11351356460d48e96fc6754
tree392e6b23c4dc196bc83f45b70389e68f7d0c0de7
parentb733b3619696ea65602b6fc8c1e7b7f326a7946b
bitbake: bin/bitbake: Improve exception handling

Due to the internal event processing, this excepting handler usually raises an
Empty error, masking the underlying failure. Ensure the original exception is
raised.

(Bitbake rev: 7d548568a55adfe84a976f2a549995e42da1afef)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/bin/bitbake