Skip to content

Conversation

ottobackwards
Copy link
Collaborator

@Chaffelson
Copy link
Owner

Most of this commit is reformatting the file to use " instead of '.
I can't even find the actual changes?

@@ -745,13 +736,25 @@ def set_service_ssl_context(
ssl_context.load_cert_chain(
certfile=client_cert_file,
keyfile=client_key_file,
password=client_key_password
password=client_key_password,
)
except FileNotFoundError as e:
_raise(
FileNotFoundError(
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change is here. Sorry, I guess my format on save or something hit

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Chaffelson Chaffelson merged commit ca5cdc8 into Chaffelson:main Jun 22, 2024
@ottobackwards ottobackwards deleted the issue-360 branch August 4, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants