Skip to content

Commit 5750184

Browse files
committed
Fix typo ('configurationi') in arg as pointed out by linters.
1 parent f47279a commit 5750184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mig/server/indexdoi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
themed_styles, themed_scripts
4343

4444

45-
def extract_imported_doi_dicts(configurationi):
45+
def extract_imported_doi_dicts(configuration):
4646
"""Search published archives for imported DOI info and return a list of DOI
4747
registrations sorted by registration date. The contents are based on the
4848
downloaded DataCite JSON entry on their DOI search page.

0 commit comments

Comments
 (0)