Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
def
run_step(cmd: list[str]) -> None:
29
subprocess.run(cmd, check=True)
30
31
32
def
main() -> None:
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected