mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-27 23:35:01 +00:00
Capture the surveyed Wall Dry-Lined answer per building part 🟩
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
0b47798403
commit
483b69ff41
1 changed files with 2 additions and 0 deletions
|
|
@ -248,6 +248,7 @@ class PasHubRdSapSiteNotesExtractor:
|
|||
data, "Party wall construction type:"
|
||||
)
|
||||
or "",
|
||||
dry_lined=self._optional_bool_in(data, "Wall Dry-Lined?"),
|
||||
)
|
||||
|
||||
def _parse_extension_construction(
|
||||
|
|
@ -278,6 +279,7 @@ class PasHubRdSapSiteNotesExtractor:
|
|||
data, "Party wall construction type:"
|
||||
)
|
||||
or "",
|
||||
dry_lined=self._optional_bool_in(data, "Wall Dry-Lined?"),
|
||||
)
|
||||
|
||||
def extract_building_measurements(self) -> BuildingMeasurements:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue