From b0a918dc8f92afc9d462d8eaee0bd3109778e686 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 16 Jan 2024 17:36:38 +0000 Subject: [PATCH] fixed typo --- etl/epc/Record.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etl/epc/Record.py b/etl/epc/Record.py index 39bcf971..70586749 100644 --- a/etl/epc/Record.py +++ b/etl/epc/Record.py @@ -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",