We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d7689 commit 24ef28cCopy full SHA for 24ef28c
1 file changed
libarchive/write.py
@@ -44,8 +44,7 @@ def add_entries(self, entries):
44
write_finish_entry(write_p)
45
46
def add_files(
47
- self, *paths, flags=0, lookup=False,
48
- pathname=None, recursive=True,
+ self, *paths, flags=0, lookup=False, pathname=None, recursive=True,
49
**attributes
50
):
51
"""Read files through the OS and add them to the archive.
0 commit comments