Skip to content

Commit

Permalink
Added support for passing user numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Jul 1, 2019
1 parent ce5a69e commit afbc964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ames/harvesters/caltechdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_caltechdata(collection,production=True,datacite=False):
rid = str(h['id'])
#Get enriched metadata records (including files)
if datacite == False:
metadata = decustomize_schema(h['metadata'],True,True)
metadata = decustomize_schema(h['metadata'],True,True,True)
metadata['updated'] = h['updated']
else:
#Get just DataCite metadata
Expand Down

0 comments on commit afbc964

Please sign in to comment.