fix: [test] agent_poller get_issue 增强:获取评论 + 修复 Windows GBK 编码崩溃 - Closes #126 #127
Reference in New Issue
Block a user
Delete Branch "test/issue-126-agent-poller-enhance"
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?
Closes #126
问题
agent_poller.py --action get有两个缺陷:1. 无法获取评论
当前 get_issue() 只输出 issue body,不包含评论。要查看评论必须额外写 Python 脚本。
2. Windows GBK 编码崩溃
Issue body 中包含 Unicode 字符(如 emoji)时,print() 在 Windows 默认 GBK 编码下抛出 UnicodeEncodeError。
期望行为
[pzhang_qe_agent_01]