again correct management of null id: avoid returning None by sending empty string.
This commit is contained in:
+1
-1
@@ -4416,7 +4416,7 @@ class Service(object):
|
||||
if must_respond:
|
||||
return return_response(id, s)
|
||||
else:
|
||||
return
|
||||
return ''
|
||||
except Service.JsonRpcException, e:
|
||||
return return_error(id, e.code, e.info)
|
||||
except BaseException:
|
||||
|
||||
Reference in New Issue
Block a user