]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
don't append path components while calling os.path.join()
authorRishabh Dave <ridave@redhat.com>
Mon, 11 Mar 2019 10:49:32 +0000 (16:19 +0530)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Thu, 14 Mar 2019 22:35:12 +0000 (22:35 +0000)
commitf7b20dbb48d73c134cede4a05eae6a02fd97b3b6
tree0fa558990014a6fdaaf3143498b40a3ec26bab51
parentba949acab7fcb2ac52edbc8f190b47cfc8c06d9c
don't append path components while calling os.path.join()

This creates a confusion whether directory/file names are being
formed by appendng strings or path components are being appended.
Since latter should never be done manually, get rid of the statements
creating confusion.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
library/ceph_key.py
library/test_ceph_key.py