fix: Improve command execution using QProcess#602
fix: Improve command execution using QProcess#602deepin-bot[bot] merged 1 commit intolinuxdeepin:masterfrom
Conversation
- Updated command execution in PageInfo and DriverManager to use QStringList for better argument handling. - Enhanced error handling in PageMultiInfo when removing drivers by validating row index. - Refactored Utils to append to blacklist configuration file directly instead of using echo command. - Replaced system calls with QProcess in EnableUtils for network operations to improve reliability and error handling. Log: Refactor command execution and improve error handling across multiple files.
There was a problem hiding this comment.
Sorry @dengzhongyuan365-dev, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
deepin pr auto review这份代码修改主要涉及进程启动方式的优化、文件操作方式的改进以及数组越界检查的增加。以下是对这些修改的详细审查和改进建议: 1. 进程启动方式优化 (
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dengzhongyuan365-dev, lzwind The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/forcemerge |
Log: Refactor command execution and improve error handling across multiple files.