Skip to content

Commit

Permalink
pushing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
vik378 committed Nov 3, 2023
1 parent c967044 commit 131fb21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model_diffsummary/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,11 @@ def _compare_all_objects(
("oa", m.oa.OperationalActivity),
("oa", m.fa.FunctionalExchange),
("oa", m.oa.OperationalCapability),
("oa", m.oa.OperationalProcess),
("sa", m.ctx.SystemComponent),
("sa", m.ctx.SystemFunction),
("sa", m.ctx.Capability),
("sa", m.fa.FunctionalChain),
):
type_result = _compare_object_type(old, new, layer, objtype)
result[layer][objtype.__name__] = type_result
Expand Down

0 comments on commit 131fb21

Please sign in to comment.