Skip to content

Commit

Permalink
Update python/pylibcudf/pylibcudf/io/csv.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 authored Dec 18, 2024
1 parent 4fa1a1a commit a60f800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pylibcudf/pylibcudf/io/csv.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -854,4 +854,4 @@ cpdef void write_csv(
if stream is None:
stream = Stream()
with nogil:
cpp_write_csv(move(options.c_obj), stream.view())
cpp_write_csv(move(options.c_obj, stream.view()))

0 comments on commit a60f800

Please sign in to comment.