Files
ktransformers/kt-kernel/python/cli
Rin 786987a95f Handle unquoted paths and special characters in model scanner (#1840)
* Handle unquoted paths and special characters in model scanner

* Fix ValueError: capture_output cannot be used with stderr

`capture_output=True` internally sets `stderr=PIPE`, which conflicts
with `stderr=subprocess.DEVNULL`. Replace `capture_output=True` with
explicit `stdout=subprocess.PIPE` to keep stderr suppressed correctly.
Also remove redundant `shell=False` (already the default).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: ErvinXie <ervinxie@foxmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 15:44:45 +08:00
..
2026-02-04 16:44:54 +08:00
2026-02-04 16:44:54 +08:00
2025-12-24 15:39:44 +08:00
2025-12-24 15:39:44 +08:00
2025-12-24 15:39:44 +08:00
2026-02-04 16:44:54 +08:00
2026-02-04 16:44:54 +08:00