Adding back a line that was mistakenly removed.

This commit is contained in:
Jerry Seutter 2014-10-31 10:26:53 -06:00
parent ff02bb977a
commit e5fa52fcb5

View File

@ -178,6 +178,7 @@ class IModule(multiprocessing.Process):
# add session to the response
response = [self._current_session, jsonrpc_response]
log.debug("ZeroMQ client ({}) sending: {}".format(self.name, response))
self._stream.send_json(response)
def send_param_error(self):