Skip to content

Commit ca943e1

Browse files
committed
Fix: pylint issue
1 parent b8466b1 commit ca943e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mysql/connector/connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def _do_handshake(self):
118118
try:
119119
handshake = self._protocol.parse_handshake(packet)
120120
except Exception as err:
121+
# pylint: disable=E1101
121122
raise errors.get_mysql_exception(msg=err.msg, errno=err.errno,
122123
sqlstate=err.sqlstate)
123124

0 commit comments

Comments
 (0)