tcalmant / jsonrpclib

A Python (2 & 3) JSON-RPC over HTTP that mirrors the syntax of xmlrpclib (aka jsonrpclib-pelix)
https://jsonrpclib-pelix.readthedocs.io/
Apache License 2.0
54 stars 24 forks source link

fix returned exception in case of several lines in error #31

Closed ybrustin closed 7 years ago

ybrustin commented 7 years ago

Exceptions at server side with several lines message, are not processed as they should.

raise Exception('Several\nlines\nexception')

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 83.993% when pulling 30dc954031f4c66368d7dad222a82a1fea0fa3bd on ybrustin:master into f65afc123f267bdebd6ad5ec25ebd268d4992bc1 on tcalmant:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 83.993% when pulling 30dc954031f4c66368d7dad222a82a1fea0fa3bd on ybrustin:master into f65afc123f267bdebd6ad5ec25ebd268d4992bc1 on tcalmant:master.

tcalmant commented 7 years ago

Thanks for your contribution :) I'll make a new release this weekend.