Skip to content

Commit cbb09e0

Browse files
authored
Merge pull request #107 from tarantool/inconnect-bugfix
inconnect bug fix
2 parents 458a9cf + 18bf408 commit cbb09e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tarantool/connection.py

+1
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ def check(): # Check that connection is alive
335335
try:
336336
self.inconnect = True
337337
self.handshake()
338+
self.inconnect = False
338339
except:
339340
self.inconnect = False
340341
raise

0 commit comments

Comments
 (0)