forked from CGM_Public/pretix_original
Export management command: Fix bug in exporter detection
This commit is contained in:
@@ -104,7 +104,7 @@ class Command(BaseCommand):
|
|||||||
with language(locale), override(timezone):
|
with language(locale), override(timezone):
|
||||||
for receiver, response in signal_result:
|
for receiver, response in signal_result:
|
||||||
if not response:
|
if not response:
|
||||||
return None
|
continue
|
||||||
ex = response(e, o, report_status)
|
ex = response(e, o, report_status)
|
||||||
if ex.identifier == options['export_provider']:
|
if ex.identifier == options['export_provider']:
|
||||||
params = json.loads(options.get('parameters') or '{}')
|
params = json.loads(options.get('parameters') or '{}')
|
||||||
|
|||||||
Reference in New Issue
Block a user