arpadboda 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_r276664776
##########
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:
Okay, renamed to transfer.
----------------------------------------------------------------
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