hide the error msg off

This commit is contained in:
Hugo Wang 2017-02-16 00:23:16 +08:00
parent ccfb963dc4
commit dfbfb7c212

View file

@ -841,7 +841,7 @@ class PopenThread(threading.Thread):
try:
termios.tcsetattr(self.stdin_fd, termios.TCSANOW, new)
except termios.error:
print_exception()
pass
#
# Dispatch methods