Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Jul 15, 2020
1 parent 10217cb commit 54e548a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py7zr/archiveinfo.py
Expand Up @@ -556,6 +556,7 @@ def write(self, file: BinaryIO):
write_uint64(file, n)
has_multi = functools.reduce(lambda x, y: x or (y > 1), self.num_unpackstreams_folders, False)
if has_multi:
assert self.unpacksizes
write_byte(file, Property.SIZE)
idx = 0
for i, num in enumerate(self.num_unpackstreams_folders):
Expand Down

0 comments on commit 54e548a

Please sign in to comment.