poky/bitbake/lib/bb/server
Richard Purdie 65a7662c5b bitbake: server/process: Add missing exception raise
The intent of the code was to catch one kind of error, it was actually swallowing
all exceptions and looping indefinitely. Fix it to work as intended.

This explains some mystery hangs we've been seeing.

(Bitbake rev: d73dbc3580faa1225d95ae4cefac4879ca3c1b2f)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-02-06 08:24:50 +00:00
..
__init__.py bitbake: server: Rework the server API so process and xmlrpc servers coexist 2017-07-21 08:41:11 +01:00
process.py bitbake: server/process: Add missing exception raise 2019-02-06 08:24:50 +00:00
xmlrpcclient.py bitbake: server: Rework the server API so process and xmlrpc servers coexist 2017-07-21 08:41:11 +01:00
xmlrpcserver.py bitbake: server: Rework the server API so process and xmlrpc servers coexist 2017-07-21 08:41:11 +01:00