From cffc2d508b3e7d2ca8975a2a02627a061794d9de Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Thu, 21 Mar 2013 18:46:16 +0100 Subject: [PATCH] rados.py: fix bad indention Signed-off-by: Danny Al-Gaaf --- src/pybind/rados.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/rados.py b/src/pybind/rados.py index 857a17cad130c..bc4e5237ad1e0 100755 --- a/src/pybind/rados.py +++ b/src/pybind/rados.py @@ -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() -- 2.39.5