]> git.apps.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)
committerSebastian Wagner <sebastian.wagner@suse.com>
Fri, 29 Jan 2021 12:42:38 +0000 (13:42 +0100)
commit19e27514d6263d8d80e3c3209c07d5cf5354dc62
tree2e550d589f1f62862d1520721be7e26726f3c75e
parentfaa22fd211bfd68d68b2da706563b6321f77d672
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>
(cherry picked from commit 6cdbe8f9e837fcb804cc2c1c01cee2d0a8ba1595)
src/pybind/mgr/progress/module.py