--- a/DebugClients/Python/AsyncFile.py Sun Nov 15 13:31:39 2015 +0100
+++ b/DebugClients/Python/AsyncFile.py Sun Nov 15 13:52:29 2015 +0100
@@ -22,7 +22,7 @@
"""
try:
pending = file.pendingWrite()
- except:
+ except Exception:
pending = 0
return pending