Print log file path so agents know where to look on failure.
(self)
| 98 | print(msg) |
| 99 | |
| 100 | def emit_log_path(self) -> None: |
| 101 | """Print log file path so agents know where to look on failure.""" |
| 102 | if self.quiet: |
| 103 | print(f"LOG {self.log_path}") |
| 104 | |
| 105 | |
| 106 | # ============================================================ |
no test coverage detected