Atualizar src-py/renatoxsr/scripts/bulk_jsonl.py

This commit is contained in:
2026-09-26 15:27:06 -03:00
parent 3dafcc7998
commit 9ff875a37b
+2
View File
@@ -38,6 +38,8 @@ def main():
if not data["markdown"]:
logger.error("No markdown output from '%s' (hash:%s)", fpath, data["hash"])
continue
logger.info("Writing markdown content (length: %d) to '%s' from '%s' (hash:%s)",
len(data["markdown"]), parsed_args.outfile, fpath, data["hash"])
output_file.write(json.dumps(data)+"\n")