openMetadataInitiative / openMINDS_Python

Python package for the openMINDS metadata models. The package contains all openMINDS schemas as Python classes in addition to schema base classes and utility methods.
MIT License
1 stars 2 forks source link

Fix for #23 #28

Closed apdavison closed 1 year ago

apdavison commented 1 year ago

If a user adds a node to a collection, and then later adds child nodes, those child nodes are now included when the collection is saved to file. Fixes #23.