Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zone: should avoid multiple parent zone. #327

Open
superstar54 opened this issue Sep 19, 2024 · 0 comments
Open

Zone: should avoid multiple parent zone. #327

superstar54 opened this issue Sep 19, 2024 · 0 comments

Comments

@superstar54
Copy link
Member

superstar54 commented Sep 19, 2024

If we have three tasks: while_task, if_task, and normal_task

while_task.children.add([if_task, normal_task])
if_task.children.add([normal_task])

The normal task belongs to the child of two tasks. This is not correct, should raise an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant