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

A bug in line 186 in device/system_call_manager.py #61

Closed
qilinkang opened this issue Sep 12, 2020 · 0 comments · Fixed by #60
Closed

A bug in line 186 in device/system_call_manager.py #61

qilinkang opened this issue Sep 12, 2020 · 0 comments · Fixed by #60
Assignees
Labels
bug Something isn't working

Comments

@qilinkang
Copy link
Contributor

186 this_stdout += new_char.decode("utf-8")
187 if not new_char:
188 break

Need to move down line 186 after line 188

@tzm41 tzm41 added the bug Something isn't working label Sep 13, 2020
@jwhui jwhui closed this as completed in #60 Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants