File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -523,7 +523,7 @@ def _duplicate_current_initial_state(
523523 # Sometimes duplication succeeds but UI navigates to parent instead of the new page.
524524 # In that case, try to find the most recently created page named exactly "<title> (1)".
525525 logger .warning (
526- "| ⚠️ Duplicate URL pattern mismatch. Attempting recovery by searching for latest '%s (1)' page..." ,
526+ "| ✗ Duplicate URL pattern mismatch. Attempting recovery by searching for latest '%s (1)' page..." ,
527527 original_initial_state_title ,
528528 )
529529
@@ -761,7 +761,7 @@ def _duplicate_initial_state_for_task(
761761 last_exc = e
762762 if attempt < max_retries :
763763 logger .warning (
764- "| ⚠️ Duplication attempt %d failed: %s. Retrying..." ,
764+ "| ✗ Duplication attempt %d failed: %s. Retrying..." ,
765765 attempt + 1 ,
766766 e ,
767767 )
You can’t perform that action at this time.
0 commit comments