]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/volumes: fixup format string args
authorMichael Fritch <mfritch@suse.com>
Tue, 3 Mar 2020 15:21:36 +0000 (08:21 -0700)
committerMichael Fritch <mfritch@suse.com>
Thu, 5 Mar 2020 20:19:33 +0000 (13:19 -0700)
commit85e57a64cbdb1e5a072e16f3f0f8015787a5abd3
treef6edb8857ad21d99cdbdf194e214c80ad462760c
parenta3b61a357730e0834ded4e6c47be0998bc4ea472
mgr/volumes: fixup format string args

fixes mypy errors:

volumes/fs/purge_queue.py:26: error: Cannot find replacement for positional format specifier 1
volumes/fs/async_cloner.py:37: error: Cannot find replacement for positional format specifier 1

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