Atualizar src-py/renatoxsr/scripts/bulk_jsonl.py
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user