mirror of
https://github.com/pretix/pretix.git
synced 2026-05-21 17:54:08 +00:00
fix flake8
This commit is contained in:
committed by
Martin Gross
parent
d13fe331f3
commit
7d3183f67b
@@ -672,7 +672,7 @@ def _redeem_process(*, checkinlists, raw_barcode, answers_data, datetime, force,
|
|||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
||||||
if len(op_candidates_matching_product) > 1 :
|
if len(op_candidates_matching_product) > 1:
|
||||||
# if none of the above filters the results to 1, filter based on op.valid_from/until
|
# if none of the above filters the results to 1, filter based on op.valid_from/until
|
||||||
# keep ops without valid_from/until
|
# keep ops without valid_from/until
|
||||||
op_candidates_matching_product = [
|
op_candidates_matching_product = [
|
||||||
|
|||||||
Reference in New Issue
Block a user