MarketSquare / SSHLibrary

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

remove deprecated robot utils usage #462

Closed uruun closed 2 months ago

uruun commented 2 months ago

Closes #461

I ran python -Werror atest/run.py atest to get errors about deprecated utils. Turns out it's only unicode stuff left.

Noordsestern commented 2 months ago

Quick catch! Thank you!!