Skip to content

Commit

Permalink
Merge pull request #1191 from dineshbaburam91/timeout
Browse files Browse the repository at this point in the history
Fixed start shell issue.
  • Loading branch information
dineshbaburam91 authored Jul 19, 2022
2 parents a63d040 + cf19010 commit 1c10fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jnpr/junos/utils/start_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def open(self):

got = self.wait_for(r"(%|>|#|\$)")
if got[-1].endswith(_JUNOS_PROMPT):
self.send("start shell" + self.shell_type)
self.send("start shell " + self.shell_type)
self.wait_for(_SHELL_PROMPT)

def close(self):
Expand Down

0 comments on commit 1c10fbc

Please sign in to comment.