16 Star 29 Fork 116

openEuler / openEuler-Advisor

 / 详情

review tool处理带空格的文件名时存在问题

已完成
缺陷 成员
创建于  
2021-01-05 19:02

check_sig_information_changes

status, item = line.split()

可以修改为

items = line.split()
status = items[0]
item = " ".join(items[1:])

评论 (3)

Hey shinwell_hu, Welcome to openEuler Community.
All of the projects in openEuler Community are maintained by @openeuler-ci-bot.
That means the developers can comment below every pull request or issue to trigger Bot Commands.
Please follow instructions at https://gitee.com/openeuler/community/blob/master/en/sig-infrastructure/command.md to find the details.

展开全部操作日志

文件名带空格是不是一种不太专业的做法,能否规范化,不允许文件名中带空格

@木得感情的openEuler机器人 确认下文件名中带空格是否规范

登录 后才可以发表评论

状态
负责人
项目
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
预计工期 (小时)
参与者(4)
5329419 openeuler ci bot 1632792936 Violation
1
https://gitee.com/openeuler/openEuler-Advisor.git
git@gitee.com:openeuler/openEuler-Advisor.git
openeuler
openEuler-Advisor
openEuler-Advisor

搜索帮助