summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorMichal Reznik <mreznik@redhat.com>2017-09-26 10:32:27 +0200
committerMichal Reznik <mreznik@redhat.com>2017-09-26 11:19:18 +0200
commitbdf0bc78245fcaf840914ef94ff3c1c4af7343ad (patch)
treef348b1e67c4e83545174698506e5cefb322eef84 /tests
parentaf9ebcfa5e6aefb7a08975173bc648ae1bdc704b (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 'tests')
0 files changed, 0 insertions, 0 deletions