Skip to content

[Bug] with_child_unrestricted not properly removing restriction #254

Closed
@cretz

Description

@cretz

Describe the bug

if child_path in self.children:

Should be:

if child_path[0] in self.children: 

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions