Skip to content

Commit 8b86428

Browse files
author
Dan
committed
Updated coveragerc file
1 parent 1696658 commit 8b86428

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.coveragerc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ exclude_lines =
1919
raise NotImplementedError
2020
if __name__ == .__main__.:
2121
logger.debug
22-
return self.host_clients[host]

pssh/ssh_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def _connect_tunnel(self):
153153
raise ConnectionErrorException("Error connecting to host '%s:%s' - %s",
154154
self.host, self.port,
155155
str(error_type))
156-
156+
157157
def _connect(self, client, host, port, sock=None, retries=1,
158158
user=None, password=None, pkey=None):
159159
"""Connect to host

0 commit comments

Comments
 (0)