adamdebreceni commented on a change in pull request #1138:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r679191844
##########
File path: libminifi/test/script-tests/ExecutePythonProcessorTests.cpp
##########
@@ -119,7 +118,7 @@ class SimplePythonFlowFileTransferTest : public
ExecutePythonProcessorTestBase {
const std::string output_dir = createTempDir(testController_.get());
auto executePythonProcessor =
plan_->addProcessor("ExecutePythonProcessor", "executePythonProcessor");
- plan_->setProperty(executePythonProcessor,
org::apache::nifi::minifi::python::processors::ExecutePythonProcessor::ScriptFile.getName(),
getScriptFullPath("stateful_processor.py"));
+ plan_->setProperty(executePythonProcessor, "Script File",
getScriptFullPath("stateful_processor.py"));
Review comment:
tried it, but since it uses pybind11 (which itself has hidden sprinkled
all around) it wouldn't budge
--
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]