diff -r 5bc6ed226471 -r 881340f4bd0c DebugClients/Python3/AsyncFile.py --- a/DebugClients/Python3/AsyncFile.py Sun Nov 15 13:31:39 2015 +0100 +++ b/DebugClients/Python3/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