]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/ceph_argparse: do not set self.typeargs in ctor of CephArgtype
authorKefu Chai <kchai@redhat.com>
Sun, 27 Jun 2021 07:04:39 +0000 (15:04 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 27 Jun 2021 07:04:42 +0000 (15:04 +0800)
commit41a4167db010162a3c1b4ae2f7357dd9aebbd7f0
treee38c8742a4bb2b9d778a04bcc4ff0e9855948ee9
parent8533dbe4f9a8c6b54351a7ff3e11985088f559ac
pybind/ceph_argparse: do not set self.typeargs in ctor of CephArgtype

self.typeargs is never referenced, so let's just drop it.

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