remove all shell=True commands for subprocess calls

-fixed
This commit is contained in:
Martin Konecny 2013-03-07 18:33:55 -05:00
parent 0321464ab8
commit c2fb811100
2 changed files with 18 additions and 20 deletions

View file

@ -415,6 +415,7 @@ def file_playable(pathname):
""" Returns True if 'pathname' is playable by liquidsoap. False
otherwise. """
#currently disabled because this confuses inotify....
return True
#remove all write permissions. This is due to stupid taglib library bug
#where all files are opened in write mode. The only way around this is to