]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/progress: pass a str as the value of option to set_module_option()
authorKefu Chai <kchai@redhat.com>
Sun, 17 Jan 2021 08:02:30 +0000 (16:02 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 26 Jan 2021 10:01:59 +0000 (18:01 +0800)
commit6cdbe8f9e837fcb804cc2c1c01cee2d0a8ba1595
tree4b01e201d594e2d59879667073de4b22ff0be30b
parent1268f36f2b3c1e33db465f576661991bf30727ec
mgr/progress: pass a str as the value of option to set_module_option()

MgrModule.set_module_option() only accepts str or None as its second
parameter.

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