Capture the surveyed Wall Dry-Lined answer per building part 🟩

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Khalim Conn-Kowlessar 2026-07-14 23:20:36 +00:00
parent 0b47798403
commit 483b69ff41

View file

@ -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: