qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/6] tests/boot_linux_console: fix extract_from_deb() comment


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 3/6] tests/boot_linux_console: fix extract_from_deb() comment
Date: Fri, 31 Jan 2020 01:03:03 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

On 1/27/20 5:36 PM, Liam Merwick wrote:
The second param in extract_from_deb() is 'path' not 'file'

Signed-off-by: Liam Merwick <address@hidden>
---
  tests/acceptance/boot_linux_console.py | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/acceptance/boot_linux_console.py 
b/tests/acceptance/boot_linux_console.py
index 8daf6461ffac..43bc928b03a2 100644
--- a/tests/acceptance/boot_linux_console.py
+++ b/tests/acceptance/boot_linux_console.py
@@ -40,7 +40,7 @@ class BootLinuxConsole(Test):
          Extracts a file from a deb package into the test workdir
:param deb: path to the deb archive
-        :param file: path within the deb archive of the file to be extracted
+        :param path: path within the deb archive of the file to be extracted
          :returns: path of the extracted file
          """
          cwd = os.getcwd()


Reviewed-by: Philippe Mathieu-Daudé <address@hidden>

Also, applied to my python-next tree:
https://gitlab.com/philmd/qemu/commits/python-next




reply via email to

[Prev in Thread] Current Thread [Next in Thread]