We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbf746 commit 38e8d04Copy full SHA for 38e8d04
kafka/conn.py
@@ -78,7 +78,7 @@ class SSLWantWriteError(Exception):
78
try:
79
import gssapi
80
from gssapi.raw.misc import GSSError
81
-except ImportError:
+except (ImportError, OSError):
82
#no gssapi available, will disable gssapi mechanism
83
gssapi = None
84
GSSError = None
0 commit comments