Skip to content

Commit

Permalink
fix(model): Expect >1 involving functional chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuestengecko committed Apr 25, 2024
1 parent 799c529 commit 83e00c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion capellambse/model/crosslayer/fa.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,9 @@ def __dir__(self) -> list[str]:
c.set_accessor(
FunctionalExchange,
"involving_functional_chains",
c.ReferenceSearchingAccessor(FunctionalChain, "involved_links"),
c.ReferenceSearchingAccessor(
FunctionalChain, "involved_links", aslist=c.ElementList
),
)

c.set_accessor(
Expand Down

0 comments on commit 83e00c9

Please sign in to comment.