Skip to content

Commit

Permalink
fix: relation column logic for same type relations
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominick Leppich committed Nov 25, 2024
1 parent c91dc12 commit 8b56306
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions migration/lib/mets_manipulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ def process_vocabulary_reference_by_value(self, node):
else:
search_field='Relationship type'
inverse_search_field='Reverse relationship'
else:
search_field='Relationship type'
inverse_search_field='Reverse relationship'

try:
# First, try to find the value in the correct column
Expand Down

0 comments on commit 8b56306

Please sign in to comment.