We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e786b1 commit 481d2b7Copy full SHA for 481d2b7
removeDuplicateKeyValuePairsFromItems.py
@@ -80,7 +80,7 @@
80
except:
81
value = ''
82
if key != 'dc.description.provenance':
83
- keyValue = str(key)+':'+unicode(value)
+ keyValue = {'key' : key, 'value' : value}
84
if keyValue not in keyValueList:
85
itemMetadataProcessed.append(metadataElement)
86
keyValueList.append(keyValue)
0 commit comments