Skip to content

Commit

Permalink
fix(realization-view): Improve stability of edge creation for owners
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Jul 31, 2024
1 parent b72032b commit 3736a2b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def collector(

if (
source is not None
and source.owner is not None
and source.owner.uuid in children
and owner.uuid in children
):
Expand Down

0 comments on commit 3736a2b

Please sign in to comment.