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

sequence tasks | capture_stdout not working #222

Open
kbhatiya999 opened this issue Jun 11, 2024 · 1 comment
Open

sequence tasks | capture_stdout not working #222

kbhatiya999 opened this issue Jun 11, 2024 · 1 comment
Labels
bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@kbhatiya999
Copy link

No description provided.

@nat-n
Copy link
Owner

nat-n commented Jun 11, 2024

Hi @kbhatiya999, thanks for taking the time to report this.

I think this is actually the expected behavior. I'm not sure it makes sense to capture the output of a sequence task, because it is just the composition of other tasks, so you would configure the composed tasks to have output captured instead.

However the documentation doesn't reflect this, and poe accepts the faulty configuration without raising an error, so these issues should be fixed.

@nat-n nat-n added bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers labels Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants