Skip to content

Commit

Permalink
fix: Converter order for Diagram config
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Jan 29, 2025
1 parent 01ba089 commit b6bcdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capella2polarion/converters/converter_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def set_diagram_config(
)
self.diagram_config = CapellaTypeConfig(
p_type,
self.__global_config.converters or {} | converters,
converters | (self.__global_config.converters or {}),
links + self._get_global_links(c_type),
)

Expand Down

0 comments on commit b6bcdb5

Please sign in to comment.