MarketSquare / SSHLibrary

Robot Framework test library for SSH and SFTP
http://marketsquare.github.io/SSHLibrary/
Other
158 stars 139 forks source link

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

Open davidkertesz96 opened 1 year ago

davidkertesz96 commented 1 year ago

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?