Skip to content

Commit

Permalink
Add missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
bethac07 committed Apr 4, 2024
1 parent 3501f0e commit 3eaec55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions active_plugins/enforceobjectsonetoone.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ def enforce_unique(self, primary_object_array,secondary_object_array,erode_exces
if best_tiebreaker == [primary]:
# I win - otherwise, the default secondary_match of 0 still applies
secondary_match = each_secondary
break
if secondary_match != 0:
sanity_check_list.append(secondary_match)
if erode_excess:
Expand Down

0 comments on commit 3eaec55

Please sign in to comment.