rados.py: fix bad indention

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
Danny Al-Gaaf 2013-03-21 18:46:16 +01:00
parent 9496622255
commit cffc2d508b

View File

@ -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()