SSHLibrary icon indicating copy to clipboard operation
SSHLibrary copied to clipboard

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

Open davidkertesz96 opened this issue 2 years ago • 0 comments

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?

davidkertesz96 avatar Aug 21 '23 12:08 davidkertesz96