]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/ceph_daemon: fix the format string in Termsize.__repr__()
authorKefu Chai <kchai@redhat.com>
Sat, 5 Jun 2021 03:40:18 +0000 (11:40 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 5 Jun 2021 03:40:26 +0000 (11:40 +0800)
commitfb50de457ca3a0e4f777a55a80703487eeea09d9
tree7a0a5903f565113dc3a9d4e7c88082281023d83d
parent2d0d87dc9be5dc5bc5311c56a4858e8877c9b593
pybind/ceph_daemon: fix the format string in Termsize.__repr__()

we intended to print the class name usign "%s".

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