You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also changed isatty() check into a try/except in order to avoid race
conditions. (There was still a chance that another thread would turn stdout
into a non-tty device.)
0 commit comments