On Mon, Jan 27, 2020 at 04:36:31PM +0000, Liam Merwick wrote: > The second param in extract_from_deb() is 'path' not 'file' > > Signed-off-by: Liam Merwick <liam.merw...@oracle.com> > --- > tests/acceptance/boot_linux_console.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Stefano Garzarella <sgarz...@redhat.com> > > 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() > -- > 1.8.3.1 > --