Skip to content

Commit

Permalink
update docstring of ArchiveWrite.add_files()
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Jun 10, 2018
1 parent 191577a commit 3d59828
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libarchive/write.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def add_entries(self, entries):

def add_files(self, *paths, **kw):
"""Read the given paths from disk and add them to the archive.
The keyword arguments (`**kw`) are passed to `new_archive_read_disk`.
"""
write_p = self._pointer

Expand Down

0 comments on commit 3d59828

Please sign in to comment.