Skip to content

Commit a227607

Browse files
Fix JSONL export
1 parent 44ae1d4 commit a227607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archive_query_log/export/jsonl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def map_batch(
5555
)
5656
dataset.write_json(
5757
str(output_path.resolve()),
58-
line_delimited=True,
58+
default_handler=str,
5959
)
6060

6161

0 commit comments

Comments
 (0)