Skip to content
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

start_shell broken in 2.6.4 #1190

Closed
andsouth44 opened this issue Jul 18, 2022 · 1 comment
Closed

start_shell broken in 2.6.4 #1190

andsouth44 opened this issue Jul 18, 2022 · 1 comment

Comments

@andsouth44
Copy link

In 2.6.4 version, in the start_shell utility, in the open() method, on line 127:

            self.send("start shell" + self.shell_type)

The code creates a string with no space, e.g. self.send("start shellcsh")>
This results in syntax error on device but creates no Exception in the code.

Code should be:

            self.send("start shell " + self.shell_type)

plus relevant code to catch syntax error.

@dineshbaburam91
Copy link
Collaborator

Fixed #1191

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants