From fd74060191ce89062f3eb7e3a91b251b6566e443 Mon Sep 17 00:00:00 2001 From: Matthew G McGovern Date: Mon, 11 Nov 2024 18:56:35 -0800 Subject: [PATCH] Dpdk: re add file_path --- microsoft/testsuites/dpdk/common.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/microsoft/testsuites/dpdk/common.py b/microsoft/testsuites/dpdk/common.py index 1354dcb3ed..6269925b24 100644 --- a/microsoft/testsuites/dpdk/common.py +++ b/microsoft/testsuites/dpdk/common.py @@ -136,8 +136,7 @@ def download(self) -> PurePath: ).is_true() if self._is_remote_tarball: tarfile = node.tools[Wget].get( - self._tar_url, - overwrite=False, + self._tar_url, overwrite=False, file_path=str(node.get_working_path()) ) remote_path = node.get_pure_path(tarfile) self.tar_filename = remote_path.name