From 7ba23aef5fa10bb17ac83a4d354c7e3045ab4080 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 25 Mar 2026 15:01:42 +0800 Subject: [PATCH] bugfix --- pricing/pricing.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pricing/pricing.py b/pricing/pricing.py index c744fc0..25817d1 100644 --- a/pricing/pricing.py +++ b/pricing/pricing.py @@ -234,7 +234,8 @@ class PricingProgram: fields = x if x.get('fields'): fields = x['fields'] - fpath = write_pattern_xlsx(r.name, x) + + fpath = write_pattern_xlsx(r.name, fields) return fpath @staticmethod