Skip to content
This repository was archived by the owner on Oct 18, 2025. It is now read-only.
This repository was archived by the owner on Oct 18, 2025. It is now read-only.

depth dosn't work like intended #2

@Copy05

Description

@Copy05

It'll be a easy fix.

# There should be a explicit check for if depth reached 0. it will exit (SystemExit)
if depth is not None and depth <= 0:
        return
    
    if depth is not None:
        depth -= 1

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions