martinzink commented on code in PR #2103:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2103#discussion_r2888686562
##########
behave_framework/src/minifi_test_framework/containers/minifi_container.py:
##########
@@ -217,3 +223,9 @@ def create_debug_bundle(self) -> bool:
(code, _) = self.exec_run(["test", "-f", "/tmp/debug.tar.gz"])
return code == 0
+
+ def add_example_python_processors(self):
Review Comment:
I feel like this shouldnt be here, but instead in the python extension
folder somehow
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]