DebugClients/Python/AsyncFile.py

changeset 4563
881340f4bd0c
parent 4543
2e6a880670e9
child 4631
5c1a96925da4
--- 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

eric ide

mercurial