We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079418c commit b940805Copy full SHA for b940805
api/rda.py
@@ -36,7 +36,7 @@ def wrapper(body, **kwargs):
36
# Get the identifiers through a search query
37
ids = [item_id]
38
39
- downstream_logger = evaluator.logger
+ downstream_logger = None
40
try:
41
logger.debug("Trying to import plugin from plugins.%s.plugin" % (repo))
42
plugin = importlib.import_module("plugins.%s.plugin" % (repo), ".")
0 commit comments