openthread / silk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A bug in line 186 in device/system_call_manager.py

qilinkang opened this issue · comments

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

Need to move down line 186 after line 188