Fix: component.py: pass `other_port`, not `other_port_ptr` to user
[babeltrace.git] / bindings / python / bt2 / bt2 / component.py
index 9c1786814a1675ebe23ae9553d278a2c967b1fa9..3e5efa0d5e3051568d84eafddf10d0d8d1fb9e03 100644 (file)
@@ -572,7 +572,7 @@ class _UserComponent(metaclass=_UserComponentType):
         other_port = bt2.port._create_from_ptr(other_port_ptr)
 
         try:
-            self._port_connected(port, other_port_ptr)
+            self._port_connected(port, other_port)
         except:
             if not _NO_PRINT_TRACEBACK:
                 traceback.print_exc()
This page took 0.024435 seconds and 4 git commands to generate.