DebugClients/Python/AsyncIO.py

changeset 4563
881340f4bd0c
parent 4543
2e6a880670e9
child 4631
5c1a96925da4
diff -r 5bc6ed226471 -r 881340f4bd0c DebugClients/Python/AsyncIO.py
--- a/DebugClients/Python/AsyncIO.py	Sun Nov 15 13:31:39 2015 +0100
+++ b/DebugClients/Python/AsyncIO.py	Sun Nov 15 13:52:29 2015 +0100
@@ -47,7 +47,7 @@
         """
         try:
             got = self.readfd.readline_p()
-        except:
+        except Exception:
             return
 
         if len(got) == 0:

eric ide

mercurial