* Person schema for merge_packages #21307 * empty list * skip empty persons * hound * test schema * ensure_none * remove any test changes * remove_falsy validator * nice! * coretests
This commit is contained in:
parent
5613e8bb60
commit
3453d67cfe
4 changed files with 19 additions and 8 deletions
|
@ -48,7 +48,7 @@ def main():
|
|||
|
||||
schema_type, schema = _identify_config_schema(module)
|
||||
|
||||
add_msg("CONFIG_SCHEMA " + schema_type, module_name + ' ' +
|
||||
add_msg("CONFIG_SCHEMA " + str(schema_type), module_name + ' ' +
|
||||
color('cyan', str(schema)[:60]))
|
||||
|
||||
for key in sorted(msg):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue