]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr/mgr_module: infer non-positional args
authorSage Weil <sage@newdream.net>
Fri, 21 May 2021 22:02:42 +0000 (18:02 -0400)
committerSage Weil <sage@newdream.net>
Tue, 1 Jun 2021 18:45:11 +0000 (14:45 -0400)
commitd2e869353e8fbc456bb57a611b7fa42ad705346e
treea4cadb3cad282377962d7c0fcb356a9ddaee3bdf
parentbcd821e1b0a35e9eb1c055e2ece8431d44915a08
pybind/mgr/mgr_module: infer non-positional args

Once we have an Optional[bool], we can always transition to non-positional,
since we never have a non-optional bool.  Same goes for the 'format'
arg.

Signed-off-by: Sage Weil <sage@newdream.net>
src/pybind/mgr/mgr_module.py