Skip to content

Commit 33b04b7

Browse files
authored
Merge pull request #218 from Aiven-Open/joelynch/bugfix
zstdfile: do not manage original fd
2 parents 0d87620 + 98706c6 commit 33b04b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rohmu/zstdfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def __init__(self, next_fp: FileLike) -> None:
4747
next_fp, # type: ignore[arg-type]
4848
read_size=IO_BLOCK_SIZE,
4949
read_across_frames=True,
50+
closefd=False,
5051
)
5152
super().__init__(next_fp)
5253

0 commit comments

Comments
 (0)