]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph: correct additional paths added to sys.path 36710/head
authorKefu Chai <kchai@redhat.com>
Wed, 19 Aug 2020 04:54:41 +0000 (12:54 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 19 Aug 2020 04:56:59 +0000 (12:56 +0800)
commit125d1e27853a3eb7dd06637564f4dd3958743a6e
tree678d5c4efd1654f1bf5674552efdaf43f6d3398e
parenteb3c4b512d60a26570fda1e18c7851d1edaf2a3d
ceph: correct additional paths added to sys.path

pybind_path and pythonlib_path are already absolute paths, they are
prepared before being passed to `respawn_in_path()`. so let's drop
path components prepended to them.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/ceph.in