phrocker commented on a change in pull request #537: MINIFICPP-804 - C API
Python examples are broken
URL: https://github.com/apache/nifi-minifi-cpp/pull/537#discussion_r276346412
##########
File path: python/minifi/__init__.py
##########
@@ -81,6 +81,9 @@ def get(self, session, context):
def transfer(self, session, ff, rel):
self._minifi.transfer(session, self._flow, rel.encode("UTF-8"))
Review comment:
Ah yeah that might not be necessary since we have the session. I think this
one should remain transfer, but hopefully the functions for RPG are transmit*.
I'll take a closer look to make sure that is the case. thanks
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services