add some debug lines.

This commit is contained in:
Nathan TeBlunthuis
2026-01-06 19:58:18 -08:00
parent 8590e5f920
commit 4b8288c016
2 changed files with 2 additions and 0 deletions

View File

@@ -168,6 +168,7 @@ def get_jsonl_resume_point(output_file, input_file=None):
from wikiq import get_output_filename
jsonl_filename = os.path.basename(get_output_filename(input_file, 'jsonl'))
output_file = os.path.join(output_file, jsonl_filename)
print(f"Looking for resume point in: {output_file}", file=sys.stderr)
else:
return None