This commit is contained in:
Chrys 2019-08-24 21:52:48 +02:00
parent f70cb1670e
commit 9554dbbf6d

View File

@ -124,7 +124,7 @@ class driver(screenDriver):
break break
# respect timeout but wait a little bit of time to see if something more is here # respect timeout but wait a little bit of time to see if something more is here
if (time.time() - starttime) >= timeout: if (time.time() - starttime) >= timeout:
break break
return msgBytes return msgBytes
def openTerminal(self, columns, lines, command): def openTerminal(self, columns, lines, command):
p_pid, master_fd = pty.fork() p_pid, master_fd = pty.fork()