You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "martinzink (via GitHub)" <gi...@apache.org> on 2023/03/21 16:47:41 UTC

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1530: MINIFICPP-2018 Add ProcessContext::getStateManager to Lua/Python

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


##########
extensions/python/PythonBindings.cpp:
##########
@@ -43,15 +44,16 @@ struct PyModuleDef minifi_module = {
 
 PyMODINIT_FUNC
 PyInit_minifi_native(void) {
-  const std::array<std::pair<PyTypeObject*, std::string_view>, 8> types = {
+  const std::array<std::pair<PyTypeObject*, std::string_view>, 9> types = {

Review Comment:
   good idea, I've included this in https://github.com/apache/nifi-minifi-cpp/pull/1530/commits/3d43afd375b5bd6b8eb7dc0941dbfffef1fb54cd#diff-9ab8cf198832c627eb6357bece7d822ae40cdef59fbd10881ffecfe7ffd5e93cR47-R57



-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org