Skip to content

Commit 5c8c6fa

Browse files
Ignore BrokenPipeError
1 parent 7cd8575 commit 5c8c6fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/lib/framereader.py

+2
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ def write_thread(self):
348348
if len(r) == 0:
349349
break
350350
self.proc.stdin.write(r)
351+
except BrokenPipeError:
352+
pass
351353
finally:
352354
self.proc.stdin.close()
353355

0 commit comments

Comments
 (0)