mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fixed typo
This commit is contained in:
parent
51e85e7516
commit
b0a918dc8f
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ class EPCRecord:
|
|||
This method will clean the count variables, if empty or invalid
|
||||
"""
|
||||
if not self.prepared_epc:
|
||||
raise ValueError("EPC Recrod doesn not contain epc data")
|
||||
raise ValueError("EPC Record doesn not contain epc data")
|
||||
|
||||
fields = {
|
||||
"number_of_open_fireplaces": "number-open-fireplaces",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue