Skip to content

Commit 6780b8c

Browse files
committed
updates the esp32 build
1 parent 9f2c51a commit 6780b8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builder/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@ def process_output(myproc, out_to_screen, spinner, cmpl, out_queue):
323323
sys.stderr.write(err_line + '\n')
324324
sys.stderr.flush()
325325

326+
err_line = b''
327+
326328
out = myproc.stderr.read(1)
327329

328330
if t is not None:

0 commit comments

Comments
 (0)