QSchulz lavabo-server: fix returning dict instead of string for XLMRPC errors
b52b16a Jun 26, 2018
lavabo-server: fix returning dict instead of string for XLMRPC errors
If XMLRPC query returns with an error, we used to dump the JSON dict of
the XMLRPC response instead of a well formatted string so it failed
later when returning the answer to lavabo since we want to concatenate a
dict with a string.

Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com>
b52b16a