Export management command: Fix bug in exporter detection

This commit is contained in:
Raphael Michel
2023-11-30 11:49:16 +01:00
parent 82704b60c7
commit fbf362a91f

View File

@@ -104,7 +104,7 @@ class Command(BaseCommand):
with language(locale), override(timezone):
for receiver, response in signal_result:
if not response:
return None
continue
ex = response(e, o, report_status)
if ex.identifier == options['export_provider']:
params = json.loads(options.get('parameters') or '{}')