--- 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: