mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-26 22:51:03 +03:00
Same issue as db-* scripts: embedded quotes in list-based subprocess args get escaped by list2cmdline, causing 1C to receive literal quote characters in paths. Python's list2cmdline handles quoting automatically for separate flag+value pairs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>