Skip to content

Commit

Permalink
fix the issue with a constructor parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Ulmasov <[email protected]>
  • Loading branch information
r3stl355 committed Nov 26, 2023
1 parent f620f35 commit 005f3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/filesystem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ impl ObjectOutputStream {
pos: 0,
closed: false,
mode: "wb".into(),
max_buffer_size: max_buffer_size,
max_buffer_size,
buffer_size: 0,
})
}
Expand Down

0 comments on commit 005f3cc

Please sign in to comment.