Skip to content

Commit 684d635

Browse files
authored
Use into_pyobject in compression_writer.rs
1 parent 8786cde commit 684d635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-ext/src/compression_writer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ impl ZstdCompressionWriter {
4848

4949
Ok(Self {
5050
cctx,
51-
writer: writer.into_py(py),
51+
writer: writer.into_pyobject(py),
5252
write_return_read,
5353
closefd,
5454
entered: false,

0 commit comments

Comments
 (0)