diff --git a/hyperglass/execution/drivers/ssh.py b/hyperglass/execution/drivers/ssh.py index 950e81d..90401d8 100644 --- a/hyperglass/execution/drivers/ssh.py +++ b/hyperglass/execution/drivers/ssh.py @@ -48,7 +48,9 @@ class SSHConnection(Connection): proxy.credential.password.get_secret_value() ) try: - return open_tunnel(ssh_address_or_host=proxy._target, ssh_port=proxy.port, **tunnel_kwargs) + return open_tunnel( + ssh_address_or_host=proxy._target, ssh_port=proxy.port, **tunnel_kwargs + ) except BaseSSHTunnelForwarderError as scrape_proxy_error: log.bind(device=self.device.name, proxy=proxy.name).error(