Skip to content

Commit 2f61d6f

Browse files
committed
fix
1 parent 91f626d commit 2f61d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caltechdata_write/customize_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def customize_schema(json_record):
1515
if substr != '':
1616
substr = substr + ', '
1717
substr = substr+s['subject']
18-
json_record['keywords']=substr
18+
json_record['subjects']=substr
1919
del json_record['subjects']
2020

2121
#Extract identifier and label as DOI

0 commit comments

Comments
 (0)