mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
Ignore BrokenPipeError
old-commit-hash: 5c8c6faa9a6a3041bf2d85b8397656d61b1603ce
This commit is contained in:
@@ -348,6 +348,8 @@ class VideoStreamDecompressor:
|
||||
if len(r) == 0:
|
||||
break
|
||||
self.proc.stdin.write(r)
|
||||
except BrokenPipeError:
|
||||
pass
|
||||
finally:
|
||||
self.proc.stdin.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user