1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00

lvmdbusd: Correct src doc for Manager.UseLvmShell

It returns a boolean.
This commit is contained in:
Tony Asleson 2017-03-08 15:37:08 -06:00
parent 11cfc58976
commit 0c0002d765

View File

@ -183,7 +183,7 @@ class Manager(AutomatedProperties):
:param yes_no:
:param cb: dbus python call back parameter, not client visible
:param cbe: dbus python error call back parameter, not client visible
:return: Nothing
:return: Boolean
"""
r = RequestEntry(-1, Manager._use_lvm_shell, (yes_no,), cb, cbe, False)
cfg.worker_q.put(r)