Skip to content

Commit

Permalink
[CodeBuild] pycharm overlooked this one
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneKress79789 committed Sep 6, 2023
1 parent d78c3ec commit f0a706c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def deploy_scripts(self) -> None:
def run(cls, dsn: str, user: str, password: str,
schema: str, language_alias: str,
ssl_cert_path: str, use_ssl_cert_validation: bool = True):
websocket_sslopt = utils.set_websocket_ssl_options(use_ssl_cert_validation, ssl_cert_path)
websocket_sslopt = utils.get_websocket_ssl_options(use_ssl_cert_validation, ssl_cert_path)

pyexasol_conn = pyexasol.connect(
dsn=dsn,
Expand Down

0 comments on commit f0a706c

Please sign in to comment.