2
0
Fork 0

Update to 6926fab873b1bffecfd456cdf113b646e561d2d9

This commit is contained in:
JeremyStar™ 2024-05-11 11:56:22 +02:00
parent ddd32482ac
commit b1d53218ab
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -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