Commit d04691cb authored by Dave Cunningham's avatar Dave Cunningham

Fix expandybird validation

parent 26999dca
...@@ -128,7 +128,7 @@ def Validate(properties, schema_name, template_name, imports): ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment