mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-04-09 18:07:52 +08:00
run_script() used subprocess.check_call which discards stderr entirely. On Windows, git_helper.py's git clone failure (exit 128) produced no visible error message because stderr was never captured or forwarded. Changed to subprocess.run with capture_output=True so git's actual fatal message (e.g. "destination path already exists") is visible in comfy-cli CI logs. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| manager_core.py | ||
| manager_server.py | ||
| share_3rdparty.py | ||