Closed purboday closed 2 years ago
ansPort.send() calls the class method ans_port_send() with one argument 'False'. It should be called with two arguments 'msg' and 'is_pyobj' .
https://github.com/RIAPS/riaps-pycom/blob/master/src/riaps/run/ansPort.py#L119
Change made during pull request #202
ansPort.send() calls the class method ans_port_send() with one argument 'False'. It should be called with two arguments 'msg' and 'is_pyobj' .
https://github.com/RIAPS/riaps-pycom/blob/master/src/riaps/run/ansPort.py#L119