mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-16 07:45:17 +03:00
bce2d7c85c
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>