Improve retdata

This commit is contained in:
Joshua Boniface 2020-01-06 11:32:27 -05:00
parent 13548b791d
commit a9edbe0234
1 changed files with 1 additions and 1 deletions

View File

@ -1145,7 +1145,7 @@ def ceph_pool_add(name, pgs, replcfg):
retcode = 400
output = {
'message': retdata.replace('\"', '\'')
'message': retdata
}
return output, retcode