adamdebreceni commented on a change in pull request #1138:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r680709476
##########
File path: libminifi/test/script-tests/ExecutePythonProcessorTests.cpp
##########
@@ -53,7 +53,6 @@ class ExecutePythonProcessorTestBase {
testController_.reset(new TestController());
plan_ = testController_->createPlan();
logTestController_.setDebug<TestPlan>();
-
logTestController_.setDebug<minifi::python::processors::ExecutePythonProcessor>();
Review comment:
yes, we cannot reference `ExecutePythonProcessor` from outside the
script-extension as it contains members with hidden class type
--
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]