Skip to content

Commit

Permalink
Update Part_Thread.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HZJQF committed Oct 5, 2024
1 parent 827d17c commit 2801aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tlzs/Part_Thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ def run(self):
wx_pid_list.append(pid_.pid)

if wx_pid_list:
for pid in child_processes:
self.suspend_process(pid.pid)
for pid in wx_pid_list:
self.suspend_process(pid)
for pid in wx_pid_list:
process_handle = self.open_process(pid)
for mbi in self.get_memory_info(process_handle):
Expand Down

0 comments on commit 2801aad

Please sign in to comment.