Skip to content

Commit c34eaa1

Browse files
committed
Minor patch
1 parent c6c5a93 commit c34eaa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/core/option.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,10 +1037,10 @@ def _():
10371037
s._connect(address)
10381038
with kb.locks.socket:
10391039
socket._ready[key].append(s._sock)
1040-
except socket.error:
1041-
pass
10421040
except KeyboardInterrupt:
10431041
break
1042+
except:
1043+
pass
10441044
finally:
10451045
time.sleep(0.01)
10461046

0 commit comments

Comments
 (0)