Skip to content

Commit be9d513

Browse files
author
ehanson8
committed
updates
1 parent 01e1432 commit be9d513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

createItemMetadataFromCSV.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def createMetadataElementDirect (key, value, language):
4040
createMetadataElementDirect('dc.identifier.other', '????','')
4141
createMetadataElementDirect('dc.language.iso', '????', 'en_US')
4242
createMetadataElementDirect('dc.publisher', 'Johns Hopkins University Sheridan Libraries', 'en_US')
43-
createMetadataElementDirect('dc.relation', 'Access the finding aid for the full ???? collection at ?????', '')
43+
createMetadataElementDirect('dc.relation', 'Access the finding aid for the full ???? collection at ?????.', '')
4444
createMetadataElementCSV('dc.relation.ispartof', '????', 'en_US')
4545
createMetadataElementDirect('dc.rights', '????', 'en_US')
4646
createMetadataElementDirect('dc.subject', '????', 'en_US')

0 commit comments

Comments
 (0)