diff --git a/evalharness/cli.py b/evalharness/cli.py index 3458cf9..6c54150 100644 --- a/evalharness/cli.py +++ b/evalharness/cli.py @@ -236,7 +236,7 @@ def _narration(msg: str) -> str: import re as _re2 tail = _re2.sub(r'(? str: import re as _re0 msg = _re0.sub(r'(?' or 'to' (only absolute paths) for sep in ('-> ', 'to '): head, _, tail = msg.rpartition(sep) if head and tail.startswith('/'): - return f'{icon}{head}{sep}[cyan]{tail}[/cyan]' + return f'{icon}{head}{sep}[blue]{tail}[/blue]' return f'{icon}{msg}'