mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
rados.py: fix bad indention
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
9496622255
commit
cffc2d508b
@ -322,7 +322,7 @@ class XattrIterator(object):
|
||||
ret = self.ioctx.librados.\
|
||||
rados_getxattrs_next(self.it, byref(name_), byref(val_), byref(len_))
|
||||
if (ret != 0):
|
||||
raise make_ex(ret, "error iterating over the extended attributes \
|
||||
raise make_ex(ret, "error iterating over the extended attributes \
|
||||
in '%s'" % self.oid)
|
||||
if name_.value == None:
|
||||
raise StopIteration()
|
||||
|
Loading…
Reference in New Issue
Block a user