Skip to content

Commit

Permalink
Merge pull request #107 from tarantool/inconnect-bugfix
Browse files Browse the repository at this point in the history
inconnect bug fix
  • Loading branch information
kbelyavs authored Sep 14, 2018
2 parents 458a9cf + 18bf408 commit cbb09e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tarantool/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ def check(): # Check that connection is alive
try:
self.inconnect = True
self.handshake()
self.inconnect = False
except:
self.inconnect = False
raise
Expand Down

0 comments on commit cbb09e0

Please sign in to comment.