We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a416a commit a699f6aCopy full SHA for a699f6a
kafka/vendor/socketpair.py
@@ -48,7 +48,7 @@ def socketpair(family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0):
48
raise
49
csock.setblocking(True)
50
ssock, _ = lsock.accept()
51
- except:
+ except Exception:
52
csock.close()
53
54
finally:
0 commit comments