IDEO-coLAB / pyfi

Quickly make Python functions available in node, or to a frontend client with pyfi-client: https://github.com/ideo-colab/pyfi-client
MIT License
3 stars 0 forks source link

Print from python results in error #2

Closed pswoodworth closed 6 years ago

pswoodworth commented 6 years ago

Since we're using STDIN for communicating between node and python, print statements in python will result in an error. We need some sort of solution for flagging a particular message as containing pyfi json.

pswoodworth commented 6 years ago

fixed in releae 1.0.4!