diff options
author | Michal Reznik <mreznik@redhat.com> | 2017-09-26 10:32:27 +0200 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-09-26 12:07:49 -0700 |
commit | 5aefc0ad37811000dfc2c27ffd6ad040d6971bbd (patch) | |
tree | 6fc75b33b4730c1fbd0bf552909286c74e09a390 /sites | |
parent | 04f62f765a03d045f4abaf69f61f835f2af81125 (diff) |
sftp: fix BytesWarning: str() on a bytes instance
when running the code with python3 we get BytesWarning as what we
receive from hexlify() function is bytes. Use u() from py3compat to
overcome the issue.
Fix: https://github.com/paramiko/paramiko/issues/1074
Diffstat (limited to 'sites')
0 files changed, 0 insertions, 0 deletions