]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: fix RGWSpec mypy errors
authorMichael Fritch <mfritch@suse.com>
Wed, 3 Jun 2020 20:44:30 +0000 (14:44 -0600)
committerMichael Fritch <mfritch@suse.com>
Wed, 3 Jun 2020 22:37:55 +0000 (16:37 -0600)
commitbd6ea9c6a92ffbfa8676212b85d590e12decdbf5
treeca08d45ee5687e5afaa72c13fa9f7ef598d4e879
parent30a9c2f51747deb4861d1b6eaba667585e6957d0
mgr/cephadm: fix RGWSpec mypy errors

cephadm/module.py:34: note: In module imported here:
cephadm/services/cephadmservice.py: note: In member "config" of class "RgwService":
cephadm/services/cephadmservice.py:167: error: Incompatible types in assignment (expression has type "List[str]", variable has type "str")

Signed-off-by: Michael Fritch <mfritch@suse.com>
src/pybind/mgr/cephadm/services/cephadmservice.py