Skip to content

Commit

Permalink
Fix CI for PortConnections
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmnz committed Aug 23, 2024
1 parent 9fd0409 commit 872a94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/andromede/study/resolve_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def _resolve_connections(
port_ref_1 = PortRef(component_1, port1)
port_ref_2 = PortRef(component_2, port2)

return PortsConnection(port_ref_1, port_ref_2)
return PortsConnection(None, port_ref_1, None, port_ref_2)


def _get_component_by_id(
Expand Down

0 comments on commit 872a94d

Please sign in to comment.