]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/volumes: fix positional str formatting
authorMichael Fritch <mfritch@suse.com>
Tue, 3 Mar 2020 15:20:01 +0000 (08:20 -0700)
committerMichael Fritch <mfritch@suse.com>
Thu, 5 Mar 2020 20:19:33 +0000 (13:19 -0700)
commitf46b5059e635228f07dd5fe593f2d7454c3aa67b
tree9f14b045a80cc37af5d8336dcdde73600fe01102
parent6a04ecdc9cb76f87a8e2c54a17d590b20037ef3f
mgr/volumes: fix positional str formatting

fixes mypy error:

volumes/fs/operations/group.py: note: In function "create_group":
volumes/fs/operations/group.py:135: error: Not all arguments converted during string formatting

Fixes: https://tracker.ceph.com/issues/44393
Signed-off-by: Michael Fritch <mfritch@suse.com>
src/pybind/mgr/volumes/fs/operations/group.py