Fix expandybird validation

pull/430/head
Dave Cunningham 10 years ago
parent 26999dca8c
commit d04691cb9a

@ -128,7 +128,7 @@ def Validate(properties, schema_name, template_name, imports):
if properties is None: if properties is None:
properties = {} properties = {}
schema = yaml.safe_load(raw_schema) schema = yaml.safe_load(raw_schema['content'])
# If the schema is empty, do nothing. # If the schema is empty, do nothing.
if not schema: if not schema:

Loading…
Cancel
Save