mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fixed bug not pulling out sloping ceiling rec
This commit is contained in:
parent
89262ff3dd
commit
71a2a2357a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue