mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
adding back in cleaned check
This commit is contained in:
parent
133a1255eb
commit
c19232c33e
1 changed files with 2 additions and 2 deletions
|
|
@ -592,8 +592,8 @@ class Property:
|
|||
:return:
|
||||
"""
|
||||
|
||||
# if not cleaned:
|
||||
# raise ValueError("Cleaner does not contain cleaned data")
|
||||
if not cleaned:
|
||||
raise ValueError("Cleaner does not contain cleaned data")
|
||||
|
||||
if not self.data:
|
||||
raise ValueError("Property does not contain data")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue