aboutsummaryrefslogtreecommitdiff
path: root/test/test_playlists.py
diff options
context:
space:
mode:
authorItay Brandes <Brandes.Itay@gmail.com>2013-12-14 17:40:51 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-16 21:50:26 +0100
commit87a28127d225f698c3cbf77a7f943338a3499d6e (patch)
tree23be0878175415a74a941be87871fe737c5f84d5 /test/test_playlists.py
parentebce53b3d85bc5c099b4fd0ca27d03034d7024ea (diff)
downloadyoutube-dl-87a28127d225f698c3cbf77a7f943338a3499d6e.tar.xz
_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.
Diffstat (limited to 'test/test_playlists.py')
0 files changed, 0 insertions, 0 deletions