Skip to content

Commit 8b56306

Browse files
author
Dominick Leppich
committed
fix: relation column logic for same type relations
1 parent c91dc12 commit 8b56306

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

migration/lib/mets_manipulator.py

+3
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ def process_vocabulary_reference_by_value(self, node):
197197
else:
198198
search_field='Relationship type'
199199
inverse_search_field='Reverse relationship'
200+
else:
201+
search_field='Relationship type'
202+
inverse_search_field='Reverse relationship'
200203

201204
try:
202205
# First, try to find the value in the correct column

0 commit comments

Comments
 (0)