You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
There is a bug in the
_check_loop
method, which meant that a tree with a cycle in it could potentially be created, which should never be allowed.I think this bug was introduced in #76, which made this check datatree's responsibility instead of anytree's responsibility.
Originally posted by @TomNicholas in #103 (comment)
The text was updated successfully, but these errors were encountered: