diff -r 5bc6ed226471 -r 881340f4bd0c DebugClients/Python3/DebugClientThreads.py --- a/DebugClients/Python3/DebugClientThreads.py Sun Nov 15 13:31:39 2015 +0100 +++ b/DebugClients/Python3/DebugClientThreads.py Sun Nov 15 13:52:29 2015 +0100 @@ -186,7 +186,7 @@ try: for key in self.threads: self.threads[key].set_quit() - except: + except Exception: pass finally: if locked: