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


##########
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:
   yeah that doesnt make sense either buts thats a can of worms we dont want 
open just now, but since this change seems minimal I would prefer if it was in 
the extension dir and not here 



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