From 71269637efd9d2d85e3d2f9afa7070d1e662fdd6 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Wed, 24 Jun 2026 13:16:29 +0000 Subject: [PATCH] =?UTF-8?q?21.0.1=20mapper=20coalesces=20omitted=20cfl=5Ff?= =?UTF-8?q?ixed=5Flighting=5Fbulbs=5Fcount=20to=200=20=F0=9F=9F=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- datatypes/epc/domain/mapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatypes/epc/domain/mapper.py b/datatypes/epc/domain/mapper.py index 75736ea2..4379f8b3 100644 --- a/datatypes/epc/domain/mapper.py +++ b/datatypes/epc/domain/mapper.py @@ -2189,7 +2189,7 @@ class EpcPropertyDataMapper: mechanical_vent_duct_type=schema.mechanical_vent_duct_type, # Lighting led_fixed_lighting_bulbs_count=schema.led_fixed_lighting_bulbs_count, - cfl_fixed_lighting_bulbs_count=schema.cfl_fixed_lighting_bulbs_count, + cfl_fixed_lighting_bulbs_count=schema.cfl_fixed_lighting_bulbs_count or 0, incandescent_fixed_lighting_bulbs_count=schema.incandescent_fixed_lighting_bulbs_count, # Energy elements roofs=EpcPropertyDataMapper._map_energy_elements(schema.roofs),