Skip to content

Commit

Permalink
Attribute from_file of Zipinfo is supported from python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sandes committed May 21, 2020
1 parent cb9d831 commit 5ae7f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipfly/zipfly.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self,
raise RuntimeError("Not compression level supported")


self.comment = b'Written using Zipfly v4.0.2'
self.comment = b'Written using Zipfly v4.0.3'
self.mode = mode
self.paths = paths
self.chunksize = int(chunksize)
Expand Down

0 comments on commit 5ae7f8b

Please sign in to comment.