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 c0f2fe2 commit 2b209b4Copy full SHA for 2b209b4
tarantool/connection.py
@@ -913,6 +913,7 @@ def connect_unix(self):
913
914
:meta private:
915
"""
916
+ # pylint: disable=no-member
917
918
try:
919
# If old socket already exists - close it and re-create
@@ -1219,6 +1220,7 @@ def check(): # Check that connection is alive
1219
1220
if os.name != 'nt':
1221
err = ctypes.get_errno()
1222
else:
1223
1224
err = ctypes.get_last_error()
1225
self._socket.setblocking(True)
1226
0 commit comments