Skip to content

fix for echo_stdout_stderr attribute #70

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jojoyess
Copy link
Contributor

  • The echo_stdout_stderr attribute had no effect on the Multiline element when reroute_stdout AND reroute_stderr were True, which is the case for the default Output element.
  • Everything got redirected to the Multiline element without echoing the text to the console.
  • These changes do not change the behavior when only reroute_stdout OR only reroute_stderr is True.
  • It now checks if the Window has the _original_stdout / _original_stderr attribute and then writes the text to it when echo_stdout_stderr is True.

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

Successfully merging this pull request may close these issues.

1 participant