Skip to content

Commit

Permalink
chore: update docstring for _resolve_ssh_config in base driver
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Jun 17, 2024
1 parent 0905540 commit 65b7995
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scrapli/driver/base/base_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,8 @@ def _resolve_ssh_config(self, ssh_config_file: str, transport: str) -> str:
Args:
ssh_config_file: string representation of ssh config file to try to use
transport: string name of selected transport (so we can apply a bit of special handling
if system transport in use)
Returns:
str: string path to ssh config file or an empty string
Expand Down Expand Up @@ -640,6 +642,8 @@ def _resolve_ssh_known_hosts(self, ssh_known_hosts: str, transport: str) -> str:
Args:
ssh_known_hosts: string representation of ssh config file to try to use
transport: string name of selected transport (so we can apply a bit of special handling
if system transport in use)
Returns:
str: string path to ssh known hosts file or an empty string
Expand Down

0 comments on commit 65b7995

Please sign in to comment.