diff --git a/pricing/pricing.py b/pricing/pricing.py index 3948a0d..2970312 100644 --- a/pricing/pricing.py +++ b/pricing/pricing.py @@ -349,7 +349,7 @@ order by b.enabled_date desc""" except Exception as e: msg = f'{p=},{f}: {spec_value=}, {data_value=}' exception(f'{e}:{msg}') - raise e + break if p_ok: np = p.copy() times = float(times)