Skip to content
Snippets Groups Projects
Commit c78151c4 authored by Daniel's avatar Daniel
Browse files

STY: connection.py: Whitespace fixing.

parent 31118a18
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ class _DefaultCaosDBServerConnection(CaosDBServerConnection):
print("Relaxed SSL mode.")
context.verify_mode = ssl.CERT_NONE
if (not context.verify_mode == ssl.CERT_NONE and
hasattr(context, "check_hostname")):
hasattr(context, "check_hostname")):
context.check_hostname = True
if ("cacert" in config and config["cacert"] is not None and
config["cacert"]):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment