Catch the right error when the constraint type name is not set;
This commit is contained in:
parent
2d30061b7b
commit
8c126ef8e3
@ -95,6 +95,7 @@ def validate_config(config):
|
||||
# message in the log output.
|
||||
# pylint: disable=locally-disabled,line-too-long
|
||||
assert "type" in config["constraints"]
|
||||
assert isinstance(config["constraints"]["type"], (str, unicode))
|
||||
assert config["constraints"]["type"].upper() in ["RENT",
|
||||
"SALE", "SHARING"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user