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_r276282924
##########
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:
This looks like a bug. what is _flow? Can we not simply call transfer on the
flowfile? transfer_to_relationship is a bit redundant since transfer is
intended to account for this.
----------------------------------------------------------------
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