Skip to content

Commit

Permalink
Update python/pylibcudf/pylibcudf/io/json.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 authored Dec 19, 2024
1 parent 3913229 commit 5affbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pylibcudf/pylibcudf/io/json.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ cpdef tuple chunked_read_json(

try:
with nogil:
c_result = move(cpp_read_json(opts, stream.view()))
c_result = move(cpp_read_json(options.c_obj, stream.view()))
except (ValueError, OverflowError):
break
if meta_names is None:
Expand Down

0 comments on commit 5affbbc

Please sign in to comment.