Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/easydiffusion/easydiffusion
/ run
Function
run
scripts/webui_console.py:69–71 ·
view source on GitHub ↗
(cmd)
Source
from the content-addressed store, hash-verified
67
locate_python()
68
69
def
run(cmd):
70
with
subprocess.Popen(cmd)
as
p:
71
p.wait()
72
73
run([which_cmd,
"git"
])
74
run([
"git"
,
"--version"
])
Callers
1
print_env_info
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected