mirror of
https://github.com/zebrajr/faceswap.git
synced 2025-12-06 00:20:09 +01:00
bugfix: lib.gui.wrapper - Allow errors in stdout
This commit is contained in:
parent
c22e105f18
commit
1bcc151cc5
|
|
@ -261,9 +261,9 @@ class FaceswapControl():
|
|||
stdout=PIPE,
|
||||
stderr=PIPE,
|
||||
bufsize=1,
|
||||
universal_newlines=True,
|
||||
text=True,
|
||||
stdin=PIPE,
|
||||
encoding="utf-8")
|
||||
errors="backslashreplace")
|
||||
self._process = proc
|
||||
self._thread_stdout()
|
||||
self._thread_stderr()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user