-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add escaped $ Bourne-style shell prompt support #868
Conversation
Changes to handle newer junos devices Update Shell prompts string patterns with for bourne-style shell
Can one of the admins verify this patch? |
…ell(). This customization helps stabilize the data received from the Parammiko channel during loops of run().
I guess I didn't create a new branch to split these commit into. Sorry. Commit Commit |
Can one of the admins verify this patch? |
@dineshbaburam91 The reason for the sleep was literally in the code:
|
This pull request adds proper support by escaping the
$
character within the shell prompt variables. This avoids errors when running under normal CLI prompt conditions.