Update to 4d7717b3bfafb646eda287e9f0f6af197769e6da
This commit is contained in:
parent
62cc180554
commit
7d3739eebf
1 changed files with 1 additions and 5 deletions
|
@ -65,11 +65,7 @@ func _check_dictionary_recursive(parent_dict: Dictionary, path: String = "") ->
|
|||
return success
|
||||
|
||||
func evaluate() -> Array[String]:
|
||||
var random: String = str(randf()).repeat(50)
|
||||
var failed: Array[String] = []
|
||||
_evaluate_recursive(random, schema)
|
||||
|
||||
return failed
|
||||
return _evaluate_recursive(str(randf()).repeat(50), schema)
|
||||
|
||||
func _evaluate_recursive(random: String, parent_dict: Dictionary, path: String = "") -> Array[String]:
|
||||
var failed: Array[String] = []
|
||||
|
|
Loading…
Reference in a new issue