Skip to content

Commit

Permalink
Update resolver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyuba Zehl authored Jun 30, 2023
1 parent e7ca1f4 commit e43d319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openMINDS_pipeline/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ def _do_resolve_categories(schema: SchemaStructure, schemas_by_category):
schema_payload["properties"][p][TEMPLATE_PROPERTY_EMBEDDED_TYPES] = sorted(embedded_types)
del schema_payload["properties"][p][TEMPLATE_PROPERTY_EMBEDDED_CATEGORIES]
with open(schema.absolute_path, "w") as target_file:
target_file.write(json.dumps(schema_payload, indent=4))
target_file.write(json.dumps(schema_payload, indent=2))

0 comments on commit e43d319

Please sign in to comment.