This commit is contained in:
Anthony Scopatz 2015-08-19 09:49:41 -04:00
parent 5848aa3c7d
commit 9fe303534c

View file

@ -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)