Commit 5a4a77d
authored
Fix atomic_rename double-wrapping bug in transform_conversation (#2163)
Remove unnecessary `atomic_rename()` wrapper around
`write_jsonl_file()`.
`write_jsonl_file()` already handles atomic writes internally, and the
double-wrapping caused the compression check to fail (seeing `.tmp`
extension instead of `.gz`).1 parent 9ff9161 commit 5a4a77d
File tree
1 file changed
+2
-3
lines changed- lib/marin/src/marin/transform/conversation
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
365 | | - | |
| 364 | + | |
366 | 365 | | |
367 | 366 | | |
368 | 367 | | |
| |||
0 commit comments