Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix BrokenPipeError in SpiceRecordWrapper.close()
If spice-record exits for whatever reason, the wrapper will get a BrokenPipeError when trying to write to the stdin pipe. We simply ignore this error, as we will later check the exit status in wait().
- Loading branch information