ComfyUI-Manager/comfyui_manager/legacy
Dr.Lt.Data 324851f146 fix(manager_core): capture stderr in run_script for git clone diagnostics
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.
2026-03-21 13:17:34 +09:00
..
__init__.py restructuring 2025-04-13 09:26:02 +09:00
manager_core.py fix(manager_core): capture stderr in run_script for git clone diagnostics 2026-03-21 13:17:34 +09:00
manager_server.py security(api): add path traversal and CRLF injection protection 2026-01-08 18:35:03 +09:00
share_3rdparty.py bump version 2025-08-24 15:58:23 +09:00