MCPcopy Create free account
hub / github.com/DevCloudNinjas/DevOps-Projects / _run

Function _run

tools/tests/test_project_inventory.py:17–18  ·  view source on GitHub ↗
(cmd: list[str], cwd: Path)

Source from the content-addressed store, hash-verified

15
16
17def _run(cmd: list[str], cwd: Path) -> None:
18 subprocess.run(cmd, cwd=cwd, check=True, capture_output=True, text=True)
19
20
21def _write_metadata(repo: Path) -> None:

Calls 1

runMethod · 0.45

Tested by

no test coverage detected