DebugClients/Python3/DebugClientThreads.py

changeset 4563
881340f4bd0c
parent 4543
2e6a880670e9
child 4631
5c1a96925da4
equal deleted inserted replaced
4561:5bc6ed226471 4563:881340f4bd0c
184 try: 184 try:
185 locked = self.lockClient(False) 185 locked = self.lockClient(False)
186 try: 186 try:
187 for key in self.threads: 187 for key in self.threads:
188 self.threads[key].set_quit() 188 self.threads[key].set_quit()
189 except: 189 except Exception:
190 pass 190 pass
191 finally: 191 finally:
192 if locked: 192 if locked:
193 self.unlockClient() 193 self.unlockClient()
194 194

eric ide

mercurial