mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 17:43:34 +08:00
Fix: Double check the case of process_name
This commit is contained in:
@@ -315,7 +315,7 @@ class AlasManager(DeployConfig):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
for folder in self.alas_folder:
|
for folder in self.alas_folder:
|
||||||
if folder in executable_path and process_id != self.self_pid:
|
if folder in executable_path and process_name == name and process_id != self.self_pid:
|
||||||
yield executable_path, process_name, process_id
|
yield executable_path, process_name, process_id
|
||||||
|
|
||||||
def kill_by_name(self, name):
|
def kill_by_name(self, name):
|
||||||
|
|||||||
Reference in New Issue
Block a user