style
This commit is contained in:
parent
f70cb1670e
commit
9554dbbf6d
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user