Skip to content

Commit

Permalink
Merge pull request #4 from QualiSystems/feature_raritan_sessions
Browse files Browse the repository at this point in the history
Feature raritan sessions
  • Loading branch information
alexquali authored Jul 15, 2024
2 parents f08d36c + 1eef4ba commit 6cacf17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cloudshell/raritan/cli/raritan_ssh_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class RaritanSSHSession(SSHSession):
def _connect_actions(self, prompt: str, logger: Logger) -> None:
action_map = dict()
action_map = {}
cli_action_key = r"Restricted Service Agreement"

def action(session: RaritanSSHSession, sess_logger: Logger) -> None:
Expand Down
1 change: 1 addition & 0 deletions cloudshell/raritan/cli/raritan_telnet_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

if TYPE_CHECKING:
from logging import Logger

from cloudshell.cli.types import T_ACTION_MAP


Expand Down

0 comments on commit 6cacf17

Please sign in to comment.