Skip to content

Commit

Permalink
fix(decl): Handle each object only once during sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuestengecko committed Mar 13, 2024
1 parent 854f853 commit 5c0903f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capellambse/decl.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def _operate_sync(
yield from _create_complex_objects(
promises, parent, attr, [newobj_props]
)
yield from _operate_sync(promises, parent, modifications)
yield from _operate_sync(promises, parent, {attr: [obj]})

yield from ()

Expand Down

0 comments on commit 5c0903f

Please sign in to comment.