Skip to content

Commit

Permalink
Updated coveragerc file
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis committed Feb 1, 2017
1 parent 1696658 commit 8b86428
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ exclude_lines =
raise NotImplementedError
if __name__ == .__main__.:
logger.debug
return self.host_clients[host]
2 changes: 1 addition & 1 deletion pssh/ssh_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def _connect_tunnel(self):
raise ConnectionErrorException("Error connecting to host '%s:%s' - %s",
self.host, self.port,
str(error_type))

def _connect(self, client, host, port, sock=None, retries=1,
user=None, password=None, pkey=None):
"""Connect to host
Expand Down

0 comments on commit 8b86428

Please sign in to comment.