chore: clarify summary marker log
This commit is contained in:
parent
3751796ecc
commit
73bcccdecd
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue