Skip to content

Commit 254a1d7

Browse files
author
ben42_
committed
chore: add print for debugging
1 parent 9d8c166 commit 254a1d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

zipstream/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ def __write(self, filename=None, iterable=None, arcname=None, compress_type=None
295295
# Compressed size can be larger than uncompressed size
296296
zip64 = self._allowZip64 and \
297297
zinfo.file_size * 1.05 > ZIP64_LIMIT
298+
print(st, zinfo.filename, zinfo.file_size, self._allowZip64, zip64)
298299
yield self.fp.write(zinfo.FileHeader(zip64))
299300
file_size = 0
300301
if filename:

0 commit comments

Comments
 (0)