Skip to content

Commit

Permalink
Update exasol/nb_connector/itde_manager.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Coretti <[email protected]>
  • Loading branch information
ahsimb and Nicoretti authored Mar 25, 2024
1 parent 4d6122f commit 8206dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exasol/nb_connector/itde_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def bring_itde_up(conf: Secrets) -> None:


def _get_current_container(docker_client: docker.DockerClient):
ip_addresses = _get_ipv4_ddresses()
ip_addresses = _get_ipv4_addresses()
return ContainerByIp(docker_client).find(ip_addresses)


Expand Down

0 comments on commit 8206dc8

Please sign in to comment.