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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to