]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/ceph_argparse: cast to strs before joining them
authorKefu Chai <kchai@redhat.com>
Sun, 13 Jun 2021 09:07:22 +0000 (17:07 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 13 Jun 2021 09:26:12 +0000 (17:26 +0800)
commiteb1e9e2410a7ac2ee2acd020f3d650eee165c282
tree4ca2a79ecc5ceadf49521ce377a0bab6305d8b6a
parentce823359ce745c16fba5fd26ef0b97febd546e3c
pybind/ceph_argparse: cast to strs before joining them

we cannot concat a list of float or int by joining them with "|".

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/ceph_argparse.py