Skip to content

Commit

Permalink
Logger to None at rda
Browse files Browse the repository at this point in the history
  • Loading branch information
ferag committed Oct 17, 2024
1 parent 079418c commit b940805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/rda.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def wrapper(body, **kwargs):
# Get the identifiers through a search query
ids = [item_id]

downstream_logger = evaluator.logger
downstream_logger = None
try:
logger.debug("Trying to import plugin from plugins.%s.plugin" % (repo))
plugin = importlib.import_module("plugins.%s.plugin" % (repo), ".")
Expand Down

0 comments on commit b940805

Please sign in to comment.