summaryrefslogtreecommitdiffstats
path: root/Lib/asyncore.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/asyncore.py')
-rw-r--r--Lib/asyncore.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/asyncore.py b/Lib/asyncore.py
index 684e5d2..5740fe1 100644
--- a/Lib/asyncore.py
+++ b/Lib/asyncore.py
@@ -308,7 +308,8 @@ class dispatcher:
self.addr = address
self.connected = 1
self.handle_connect()
- raise socket.error, err
+ else:
+ raise socket.error, err
def accept (self):
try: