Skip to content

Commit

Permalink
Tar: fix subclass prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgov committed Nov 19, 2024
1 parent 57fd240 commit 701b267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisa/tools/tar.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def extract(
gzip: bool = False,
sudo: bool = False,
raise_error: bool = True,
skip_existing_files: bool = False,
) -> None:
mkdir = self.node.tools[Mkdir]
mkdir.create_directory(dest_dir)
Expand Down

0 comments on commit 701b267

Please sign in to comment.