mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
minor
This commit is contained in:
parent
5848aa3c7d
commit
9fe303534c
1 changed files with 0 additions and 1 deletions
|
@ -153,7 +153,6 @@ class TeePTY(object):
|
|||
except OSError as e:
|
||||
if e.errno == 4: # Interrupted system call.
|
||||
continue # This happens at terminal resize.
|
||||
|
||||
if master_fd in rfds:
|
||||
data = os.read(master_fd, bufsize)
|
||||
self.write_stdout(data)
|
||||
|
|
Loading…
Add table
Reference in a new issue