diff --git a/pricing/pricing.py b/pricing/pricing.py index d7e5cad..18055e8 100644 --- a/pricing/pricing.py +++ b/pricing/pricing.py @@ -330,7 +330,7 @@ order by b.enabled_date desc""" if f.type == 'factor': try: ns[k] = float(config_data.get(k)) - except EXception e: + except Exception as e: exception(f'{k=}, {f=}, {config_data=}, {e=}') raise e