MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / run_step

Function run_step

scripts/run_pipeline.py:28–29  ·  view source on GitHub ↗
(cmd: list[str])

Source from the content-addressed store, hash-verified

26
27
28def run_step(cmd: list[str]) -> None:
29 subprocess.run(cmd, check=True)
30
31
32def main() -> None:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected