summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Mick <dan.mick@inktank.com>2013-07-26 17:47:49 -0700
committerDan Mick <dan.mick@inktank.com>2013-07-26 21:38:12 -0700
commit0041e9f8ffeb4354740f2ab34b674f9acac86273 (patch)
treecf52d43c62be7779ab6e141bc2fe1268e1470724
parent8af47755af26826f205402db9fef9632e0f1462e (diff)
downloadceph-0041e9f8ffeb4354740f2ab34b674f9acac86273.tar.gz
rados.py: missing parameter to make_ex()
Signed-off-by: Dan Mick <dan.mick@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com>
-rw-r--r--src/pybind/rados.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pybind/rados.py b/src/pybind/rados.py
index 13ce006f8ce..040009271cb 100644
--- a/src/pybind/rados.py
+++ b/src/pybind/rados.py
@@ -278,7 +278,7 @@ Rados object in state %s." % (self.state))
ret = run_in_thread(self.librados.rados_conf_parse_argv_remainder,
(self.cluster, len(args), cargs, cretargs))
if ret:
- raise make_ex("error calling conf_parse_argv_remainder")
+ raise make_ex(ret, "error calling conf_parse_argv_remainder")
# cretargs was allocated with fixed length; collapse return
# list to eliminate any missing args