diff --git a/.idea/iOSAI.iml b/.idea/iOSAI.iml index 6cb8b9a..c969471 100644 --- a/.idea/iOSAI.iml +++ b/.idea/iOSAI.iml @@ -4,7 +4,7 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index db8786c..0364d80 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 434a9ca..f253433 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,10 +5,11 @@ - + + + + - - - { - "keyToString": { - "ASKED_ADD_EXTERNAL_FILES": "true", - "ASKED_MARK_IGNORED_FILES_AS_EXCLUDED": "true", - "Python.12.executor": "Run", - "Python.123.executor": "Run", - "Python.Main.executor": "Run", - "Python.Test.executor": "Run", - "Python.test (1).executor": "Run", - "Python.test.executor": "Run", - "Python.tidevice_entry.executor": "Run", - "RunOnceActivity.ShowReadmeOnStart": "true", - "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true", - "RunOnceActivity.git.unshallow": "true", - "SHARE_PROJECT_CONFIGURATION_FILES": "true", - "git-widget-placeholder": "main", - "javascript.nodejs.core.library.configured.version": "20.17.0", - "javascript.nodejs.core.library.typings.version": "20.17.58", - "last_opened_file_path": "C:/Users/zhangkai/Desktop/20250916ios/iOSAI/resources", - "node.js.detected.package.eslint": "true", - "node.js.detected.package.tslint": "true", - "node.js.selected.package.eslint": "(autodetect)", - "node.js.selected.package.tslint": "(autodetect)", - "nodejs_package_manager_path": "npm", - "settings.editor.selected.configurable": "preferences.editor.code.editing", - "two.files.diff.last.used.file": "E:/share/iOSAI/Module/FlaskService.py", - "vue.rearranger.settings.migration": "true" + +}]]> @@ -89,53 +90,7 @@ - - - - - - - + - - - - - - - - - - - - - - - - - - diff --git a/Utils/ThreadManager.py b/Utils/ThreadManager.py index c5a3631..099238b 100644 --- a/Utils/ThreadManager.py +++ b/Utils/ThreadManager.py @@ -84,7 +84,7 @@ class ThreadManager: for udid in udids: task = cls._tasks.get(udid) if not task or not task.get("running"): - fail_list.append(f"设备{udid}停止失败:当前设备没有执行相关任务") + # fail_list.append(f"设备{udid}停止失败:当前设备没有执行相关任务") continue task["event"].set() # 下发停止信号 diff --git a/Utils/__pycache__/ThreadManager.cpython-312.pyc b/Utils/__pycache__/ThreadManager.cpython-312.pyc index 5671535..e461f73 100644 Binary files a/Utils/__pycache__/ThreadManager.cpython-312.pyc and b/Utils/__pycache__/ThreadManager.cpython-312.pyc differ