mirror of
https://github.com/blender/blender-addons-contrib.git
synced 2025-08-16 16:14:56 +00:00
Extensions: correct return value for pkg_manifest_is_valid_or_error_impl
When requesting all errors, return the error list.
This commit is contained in:
@ -862,6 +862,10 @@ def pkg_manifest_is_valid_or_error_impl(
|
||||
|
||||
value_extract[x_key] = x_val
|
||||
|
||||
if error_list:
|
||||
assert all_errors
|
||||
return error_list
|
||||
|
||||
return None
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user