]> granicus.if.org Git - recode/commit
common.py: use subprocess.check_output instead of os.popen
authorReuben Thomas <rrt@sc3d.org>
Mon, 29 Jan 2018 13:51:16 +0000 (13:51 +0000)
committerReuben Thomas <rrt@sc3d.org>
Mon, 29 Jan 2018 15:22:53 +0000 (15:22 +0000)
commit9c196ee599f24a158e6ecab35e04cc14d0cff269
tree7d070dc30d8c1bb757c94d2fbd0d758193e230f8
parent24ac4935e04f6107bf52c9d5f160f0cb2c15bf4c
common.py: use subprocess.check_output instead of os.popen

This is more long-winded, but os.popen doesn't seem to work with
Unix-style paths on Windows.
tests/common.py