diff --git a/custom-skills/32-notion-writer/code/scripts/notion_writer.py b/custom-skills/32-notion-writer/code/scripts/notion_writer.py index 1b3224c..20b3409 100644 --- a/custom-skills/32-notion-writer/code/scripts/notion_writer.py +++ b/custom-skills/32-notion-writer/code/scripts/notion_writer.py @@ -123,9 +123,8 @@ def _parse_lines(lines: List[str]) -> List[Dict[str, Any]]: i += 1 if depth > 0: # Unclosed
at EOF — degrade to paragraphs - import sys as _sys print("Warning: unclosed
at EOF; emitting body as paragraphs", - file=_sys.stderr) + file=sys.stderr) if summary_text: blocks.append(create_paragraph_block(summary_text)) for inner in inner_lines: