lordgamez commented on code in PR #1721:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1721#discussion_r1539723152
##########
extensions/python/PythonScriptEngine.h:
##########
@@ -84,7 +48,7 @@ class PythonScriptEngine {
PythonScriptEngine& operator=(const PythonScriptEngine& other) = delete;
PythonScriptEngine& operator=(PythonScriptEngine&& other) = delete;
- static void initialize() {}
+ static void initialize(const std::shared_ptr<Configure> &configuration,
const std::shared_ptr<core::logging::Logger>& logger);
Review Comment:
Good catch, it was removed, but the declaration remained, removed in
99359a0eda994fd5efa3095ebb76811ff1136f05
--
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]