]> sourceware.org Git - lvm2.git/commitdiff
lvmdbustest.py: Correct call_lvm doc
authorTony Asleson <tasleson@redhat.com>
Thu, 9 Mar 2017 22:06:24 +0000 (16:06 -0600)
committerTony Asleson <tasleson@redhat.com>
Thu, 9 Mar 2017 22:39:47 +0000 (16:39 -0600)
test/dbus/lvmdbustest.py

index 2a65466b97cd25829a12d4dc2617be33e83aada6..6c928e25c1612b780360242dec5729f1a8d29773 100755 (executable)
@@ -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
This page took 0.040541 seconds and 5 git commands to generate.