martinzink commented on code in PR #2103:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2103#discussion_r2894583843


##########
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:
   on second thought we can leave this as-is, with my upcoming windows 
container PR i will probably have to split this anyway so doesnt make sense to 
put more work into it 



-- 
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]

Reply via email to