Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Jun 9, 2020
1 parent 90a361f commit cc69618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caltech_authors_tech_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,5 +385,5 @@ def epxml_to_datacite(eprint, customization=None):
else:
doi = d.public_doi(metadata, eprint["official_url"])
print("Minted DOI: " + doi)
update_repo_doi(record_number, repo_url, identifier, r_user, r_pass)
update_repo_doi(record_number, repo_url, doi, r_user, r_pass)
os.remove(f)

0 comments on commit cc69618

Please sign in to comment.