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:
Campbell Barton
2024-02-22 22:30:15 +11:00
parent 62fb641d2a
commit 8dc28e1524

View File

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