RIAPS / riaps-pycom

Python implementation of the RIAPS component model
Apache License 2.0
7 stars 8 forks source link

ansPort.send() has insufficient number of arguments #199

Closed purboday closed 2 years ago

purboday commented 3 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

MMetelko commented 2 years ago

Change made during pull request #202