mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
lvmdbustest.py: Correct call_lvm doc
This commit is contained in:
parent
957e283de8
commit
ee7946ed82
@ -119,7 +119,9 @@ def call_lvm(command):
|
||||
"""
|
||||
Call lvm executable and return a tuple of exitcode, stdout, stderr
|
||||
:param command: Command to execute
|
||||
:param debug: Dump debug to stdout
|
||||
:type command: list
|
||||
:returns (exitcode, stdout, stderr)
|
||||
:rtype (int, str, str)
|
||||
"""
|
||||
|
||||
# Prepend the full lvm executable so that we can run different versions
|
||||
|
Loading…
Reference in New Issue
Block a user