We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89db5d5 commit 928eac7Copy full SHA for 928eac7
getPropertiesFromResources.py
@@ -91,7 +91,7 @@
91
accessrestrict = accessrestrict + subnote['content'].encode('utf-8') + ' '
92
f.writerow([title]+[uri]+[bibnum]+['accessrestrict']+[accessrestrict])
93
if note['type'] == 'relatedmaterial':
94
- relatedmaterialtSubnotes = note['subnotes']
+ relatedmaterialSubnotes = note['subnotes']
95
for subnote in relatedmaterialSubnotes:
96
relatedmaterial = relatedmaterial + subnote['content'].encode('utf-8') + ' '
97
f.writerow([title]+[uri]+[bibnum]+['relatedmaterial']+[relatedmaterial])
0 commit comments