fix for lint
This commit is contained in:
@@ -226,7 +226,7 @@ class ParallelHTTPSServer(ParallelHTTPServer):
|
|||||||
except socket.timeout:
|
except socket.timeout:
|
||||||
raise
|
raise
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
raise RuntimeError("SSL handshake failed: %s client %s" % (e, client_address[0])) from e
|
raise RuntimeError("SSL handshake failed: %s client %s" % (e, str(client_address[0]))) from e
|
||||||
except Exception:
|
except Exception:
|
||||||
try:
|
try:
|
||||||
self.handle_error(request, client_address)
|
self.handle_error(request, client_address)
|
||||||
|
|||||||
Reference in New Issue
Block a user