aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/deprecated/python/backports.shutil-get-terminal-size/patches/01-arcadia.patch
blob: b858e794123aacca2a465c86336bda13b6ac535c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- contrib/deprecated/python/backports.shutil-get-terminal-size/backports/shutil_get_terminal_size/get_terminal_size.py	(index)
+++ contrib/deprecated/python/backports.shutil-get-terminal-size/backports/shutil_get_terminal_size/get_terminal_size.py	(working tree)
@@ -41,7 +41,7 @@ try:
 
         return terminal_size(columns, lines)
 
-except ImportError:
+except (ImportError, OSError):
     import fcntl
     import termios