mirror of https://github.com/blackjack4494/yt-dlc
_search_regex's "isatty" call fails with Py2exe's
_search_regex calls the sys.stderr.isatty() function for unix systems. Py2exe uses a custom Stderr() stream which doesn't have an `isatty()` function, leading to it's crash. Fixes easily with checking that it's a unix system first.pull/2/head
parent
ebce53b3d8
commit
87a28127d2
Loading…
Reference in New Issue