Skip to content

Commit

Permalink
Address Nicole00's comment as agreed in review
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed Aug 9, 2024
1 parent dd1c11b commit 40de17e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nebula3/gclient/net/Connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ def authenticate(self, user_name, password):
resp = self._connection.authenticate(user_name, password)
if resp.error_code != ErrorCode.SUCCEEDED:
self._connection.is_used = False
self._connection = None
raise AuthFailedException(resp.error_msg)
return AuthResult(
resp.session_id, resp.time_zone_offset_seconds, resp.time_zone_name
Expand Down

0 comments on commit 40de17e

Please sign in to comment.