]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind: fix unicode handling in CephFSVolumeClient::purge 8452/head
authorJohn Spray <john.spray@redhat.com>
Fri, 1 Apr 2016 13:27:31 +0000 (14:27 +0100)
committerJohn Spray <john.spray@redhat.com>
Wed, 11 May 2016 15:53:16 +0000 (16:53 +0100)
commite590f4d05fdb46747e83e35e66a26d9f4aa0314d
treea4e6d2d66eabc9397b370bb391e6e7a5d64347db
parent5168d912bfccd4420eb48ad0560249b78171bc75
pybind: fix unicode handling in CephFSVolumeClient::purge

os.path.join is sensitive to string encoding, but
just doing a straight substitution should not be.

Signed-off-by: John Spray <john.spray@redhat.com>
src/pybind/ceph_volume_client.py