diff options
author | Michal Reznik <mreznik@redhat.com> | 2017-09-26 10:32:27 +0200 |
---|---|---|
committer | Michal Reznik <mreznik@redhat.com> | 2017-09-26 11:19:18 +0200 |
commit | bdf0bc78245fcaf840914ef94ff3c1c4af7343ad (patch) | |
tree | f348b1e67c4e83545174698506e5cefb322eef84 /demos | |
parent | af9ebcfa5e6aefb7a08975173bc648ae1bdc704b (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 'demos')
0 files changed, 0 insertions, 0 deletions