aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers/orcid.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-01-29 15:36:55 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-01-29 15:36:55 -0800
commit6326f7e7941e62e9b374ddfc0447c98436242f5c (patch)
treed81f6e55e5085021f5a0737bd66527b2c804427e /python/fatcat_tools/importers/orcid.py
parent6dde672e1ac27737625416816f2d9134a80fd144 (diff)
downloadfatcat-6326f7e7941e62e9b374ddfc0447c98436242f5c.tar.gz
fatcat-6326f7e7941e62e9b374ddfc0447c98436242f5c.zip
pass through kwargs (fixes bezerk imports)
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