chore: clarify summary marker log

This commit is contained in:
rob 2025-11-01 14:21:54 -03:00
parent 3751796ecc
commit 73bcccdecd
1 changed files with 4 additions and 1 deletions

View File

@ -43,7 +43,10 @@ def update_marker_block(
# If no replacement happened, the markers might not exist # If no replacement happened, the markers might not exist
if updated == content: 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 return updated