fixed bug not pulling out sloping ceiling rec

This commit is contained in:
Khalim Conn-Kowlessar 2026-01-28 12:45:42 +00:00
parent 89262ff3dd
commit 71a2a2357a

View file

@ -1032,7 +1032,7 @@ class RoofRecommendations:
"""
sloping_ceiling_recommendation = next(
(x for x in non_invasive_recommendations if ["type"] == "sloping_ceiling_insulation"), {}
(x for x in non_invasive_recommendations if x["type"] == "sloping_ceiling_insulation"), {}
)
new_description = "Pitched, insulated"