Skip to content

Commit 1b0871e

Browse files
committed
change by rpc
1 parent e1b1603 commit 1b0871e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiniu/rsf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def list_prefix(self, bucket, prefix=None, marker=None, limit=None):
3636
if prefix is not None:
3737
ops['prefix'] = prefix
3838
url = '%s?%s' % ('/list', urllib.urlencode(ops))
39-
ret, err = self.conn.call_with(
39+
ret, err, code = self.conn.call_with(
4040
url, body=None, content_type='application/x-www-form-urlencoded')
4141
if ret and not ret.get('marker'):
4242
err = EOF

0 commit comments

Comments
 (0)