Update to 6926fab873b1bffecfd456cdf113b646e561d2d9
This commit is contained in:
parent
ddd32482ac
commit
b1d53218ab
1 changed files with 1 additions and 1 deletions
|
@ -86,6 +86,6 @@ func _evaluate_recursive(random: String, schema_parent: Dictionary, data_parent:
|
|||
logger.error(core.stringify_variables("Validation for key %key% failed", { "key": path + "/" + key }))
|
||||
for failure in schema_parent[key].failures:
|
||||
# Append failures from single
|
||||
failed.append(key + ": " + failure)
|
||||
failed.append(path + "/" + key + ": " + failure)
|
||||
|
||||
return failed
|
||||
|
|
Loading…
Reference in a new issue