syntax error
This commit is contained in:
parent
65b4d4ee57
commit
708d36ba9c
|
@ -534,7 +534,7 @@ class PypoFetch(Thread):
|
||||||
#check if this file is opened (sometimes Liquidsoap is still
|
#check if this file is opened (sometimes Liquidsoap is still
|
||||||
#playing the file due to our knowledge of the track length
|
#playing the file due to our knowledge of the track length
|
||||||
#being incorrect!)
|
#being incorrect!)
|
||||||
if not self.is_file_opened():
|
if not self.is_file_opened(path):
|
||||||
os.remove(path)
|
os.remove(path)
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
self.logger.error(e)
|
self.logger.error(e)
|
||||||
|
|
Loading…
Reference in New Issue