Skip to content

Commit

Permalink
Dpdk: re add file_path
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgov committed Nov 12, 2024
1 parent e69a23b commit fd74060
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions microsoft/testsuites/dpdk/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd74060

Please sign in to comment.