Skip to content

Commit

Permalink
Don't deny the ability to create tar-files
Browse files Browse the repository at this point in the history
  • Loading branch information
muffl0n committed Sep 4, 2017
1 parent 447896d commit ea511bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/compress.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
This module can compress the contents of a filesystem.
Currently only the Zip format is supported.
Currently zip and tar are supported.
"""

from __future__ import absolute_import
Expand Down Expand Up @@ -105,7 +105,7 @@ def write_tar(src_fs,
encoding="utf-8",
walker=None):
"""
Write the contents of a filesystem to a zip file.
Write the contents of a filesystem to a tar file.
:param file: Destination file, may be a file name or an open file
object.
Expand Down

0 comments on commit ea511bc

Please sign in to comment.