From cc69618c08dc8d8bf0865f1b0940237b39a5006a Mon Sep 17 00:00:00 2001 From: Tom Morrell Date: Tue, 9 Jun 2020 12:46:43 -0700 Subject: [PATCH] Fix typo --- caltech_authors_tech_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caltech_authors_tech_report.py b/caltech_authors_tech_report.py index c841cc6..0f3e916 100644 --- a/caltech_authors_tech_report.py +++ b/caltech_authors_tech_report.py @@ -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)