RyanofTinellb / Smeagol

A suite of programs for creating and maintaining a constructed language website.
http://www.tinellb.com
0 stars 0 forks source link

Make `find_entry` recursive #46

Closed RyanofTinellb closed 5 years ago

RyanofTinellb commented 5 years ago

At the moment, when trying to find an entry that does not exist, only the first non-existent level is returned as dict(name, parent). This should extend to all levels. When saving, then, the normal appending should also be recursive if the parent is also a dict().