CC-5012:
remove all shell=True commands for subprocess calls -fixed
This commit is contained in:
parent
0321464ab8
commit
c2fb811100
2 changed files with 18 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue