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

'Execute command' keyword's 'output_during_execution' returns encoded "byte string". #433

Open
davidkertesz96 opened this issue Aug 21, 2023 · 0 comments

Comments

@davidkertesz96
Copy link

When using 'output_during_execution' the logged messages are returned without being properly decoded.
Example can be seen below:
Capture3
An uglier output, new lines are lost too:
Capture6

I was able to solve this issue by modifying the following by adding decoding:
Capture4

Is this solution acceptable? Is there something I am missing and this is only an issue on my end?
If this is a legitimate bug, can this solution be included in a future release?

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