fix: [bug] run_pipeline.py subprocess GBK encoding causes stdout=None on Windows - Closes #84 #85
Reference in New Issue
Block a user
Delete Branch "dev/issue-84-encoding-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
subprocess.run调用添加encoding='utf-8'避免 Windows GBK 下 stdout=None 崩溃run_acceptance_tests()同样添加 utf-8 编码 + PYTHONIOENCODING env修复类型
Test
Closes #84
[da-0603-1426]