mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 06:23:20 -07:00
fix #581
This commit is contained in:
parent
80f285067a
commit
806dcdc0d3
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ class InteractBase(object):
|
||||||
if time.time() - t > max_time_sec:
|
if time.time() - t > max_time_sec:
|
||||||
break
|
break
|
||||||
p.terminate()
|
p.terminate()
|
||||||
sys.stdin = os.fdopen( sys.stdin.fileno() )
|
sys.stdin = os.fdopen( os.dup(sys.stdin.fileno()) )
|
||||||
return inp
|
return inp
|
||||||
|
|
||||||
def input_process_skip_pending(self, stdin_fd):
|
def input_process_skip_pending(self, stdin_fd):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue