Skip to content

Commit 928eac7

Browse files
author
ehanson8
committed
updates
1 parent 89db5d5 commit 928eac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getPropertiesFromResources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
accessrestrict = accessrestrict + subnote['content'].encode('utf-8') + ' '
9292
f.writerow([title]+[uri]+[bibnum]+['accessrestrict']+[accessrestrict])
9393
if note['type'] == 'relatedmaterial':
94-
relatedmaterialtSubnotes = note['subnotes']
94+
relatedmaterialSubnotes = note['subnotes']
9595
for subnote in relatedmaterialSubnotes:
9696
relatedmaterial = relatedmaterial + subnote['content'].encode('utf-8') + ' '
9797
f.writerow([title]+[uri]+[bibnum]+['relatedmaterial']+[relatedmaterial])

0 commit comments

Comments
 (0)