mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-17 21:23:18 +00:00
46b7550a41
If on a remote socket, socket.error could be thrown. A mistake was made where the Python2.x behavior of ',' on an except clause without parenthesis misinterpreted socket.error as a variable name to store instance of socket.gaierror. Put Parentheses in to declare the desired behavior.