MCPcopy Create free account
hub / github.com/FastLED/FastLED / emit_log_path

Method emit_log_path

ci/autoresearch/context.py:100–103  ·  view source on GitHub ↗

Print log file path so agents know where to look on failure.

(self)

Source from the content-addressed store, hash-verified

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# ============================================================

Callers 2

_run_build_deployFunction · 0.80
_run_rpc_testsFunction · 0.80

Calls 1

printFunction · 0.50

Tested by

no test coverage detected