mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
hide the error msg off
This commit is contained in:
parent
ccfb963dc4
commit
dfbfb7c212
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue