mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +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
|
This method will clean the count variables, if empty or invalid
|
||||||
"""
|
"""
|
||||||
if not self.prepared_epc:
|
if not self.prepared_epc:
|
||||||
raise ValueError("EPC Recrod doesn not contain epc data")
|
raise ValueError("EPC Record doesn not contain epc data")
|
||||||
|
|
||||||
fields = {
|
fields = {
|
||||||
"number_of_open_fireplaces": "number-open-fireplaces",
|
"number_of_open_fireplaces": "number-open-fireplaces",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue