MCPcopy Create free account
hub / github.com/Tele-AI/Fluxon / _write_result_yaml

Function _write_result_yaml

fluxon_test_stack/gitops/gitops_lib.py:524–525  ·  view source on GitHub ↗
(path: Path, data: dict)

Source from the content-addressed store, hash-verified

522
523
524def _run_commands(*, commands: list[str], run_dir: Path, log_file: Path, progress_file: Path) -> tuple[int, int | None]:
525 if not commands:
526 raise ValueError("commands must be non-empty")
527
528 pw = ProgressWriter(progress_file)

Callers 2

_record_commit_runFunction · 0.85
_process_rerunMethod · 0.85

Calls 1

_dump_yaml_atomicFunction · 0.85

Tested by

no test coverage detected