From a9edbe023489206d98fd5be62611aeadd1c48989 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 6 Jan 2020 11:32:27 -0500 Subject: [PATCH] Improve retdata --- client-api/api_lib/pvcapi_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-api/api_lib/pvcapi_helper.py b/client-api/api_lib/pvcapi_helper.py index 6e879bc3..47f5a27a 100755 --- a/client-api/api_lib/pvcapi_helper.py +++ b/client-api/api_lib/pvcapi_helper.py @@ -1145,7 +1145,7 @@ def ceph_pool_add(name, pgs, replcfg): retcode = 400 output = { - 'message': retdata.replace('\"', '\'') + 'message': retdata } return output, retcode