From 73bcccdecd407c7d363c15c20183ac4cd34ed61b Mon Sep 17 00:00:00 2001 From: rob Date: Sat, 1 Nov 2025 14:21:54 -0300 Subject: [PATCH] chore: clarify summary marker log --- automation/summary.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/automation/summary.py b/automation/summary.py index fefde82..e7d8323 100644 --- a/automation/summary.py +++ b/automation/summary.py @@ -43,7 +43,10 @@ def update_marker_block( # If no replacement happened, the markers might not exist if updated == content: - sys.stderr.write(f"[summary] warning: markers for {marker_name} not found\n") + sys.stderr.write( + f"[summary] note: markers for {marker_name} not found " + "(summary file likely not initialized yet)\n" + ) return updated