aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers/orcid.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_tools/importers/orcid.py')
-rw-r--r--python/fatcat_tools/importers/orcid.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/fatcat_tools/importers/orcid.py b/python/fatcat_tools/importers/orcid.py
index a055801b..d54b5122 100644
--- a/python/fatcat_tools/importers/orcid.py
+++ b/python/fatcat_tools/importers/orcid.py
@@ -30,7 +30,8 @@ class OrcidImporter(EntityImporter):
eg_extra['agent'] = eg_extra.get('agent', 'fatcat_tools.OrcidImporter')
super().__init__(api,
editgroup_description=eg_desc,
- editgroup_extra=eg_extra)
+ editgroup_extra=eg_extra,
+ **kwargs)
def want(self, raw_record):
return True