summaryrefslogtreecommitdiff
path: root/paramiko/sftp.py
diff options
context:
space:
mode:
authorScott Maxwell <scott@codecobblers.com>2013-11-01 09:49:52 -0700
committerScott Maxwell <scott@codecobblers.com>2013-11-01 09:49:52 -0700
commit9662a7f779636f0328263a81cdeb76af25802970 (patch)
tree0d0caa288159db9439e22039b21127201fc09017 /paramiko/sftp.py
parent06b866cf406c035ecaffd7a8abd31d6e07b8811a (diff)
downloadparamiko-9662a7f779636f0328263a81cdeb76af25802970.tar.gz
Changes inspired by the nischu7 branch
Diffstat (limited to 'paramiko/sftp.py')
-rw-r--r--paramiko/sftp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/sftp.py b/paramiko/sftp.py
index 41864600..3e05de9f 100644
--- a/paramiko/sftp.py
+++ b/paramiko/sftp.py
@@ -186,4 +186,4 @@ class BaseSFTP (object):
t = byte_ord(data[0])
#self._log(DEBUG2, 'read: %s (len=%d)' % (CMD_NAMES.get(t), '0x%02x' % t, len(data)-1))
return t, data[1:]
- return 0, ''
+ return 0, bytes()