mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-21 20:29:27 +00:00
Fixed album title exception in post processor
This commit is contained in:
@@ -306,7 +306,7 @@ def moveFiles(albumpath, release, tracks):
|
||||
os.chmod(temp_f, 0755)
|
||||
|
||||
except Exception, e:
|
||||
logger.error('Could not create folder for %s. Not moving' % release['AlbumName'])
|
||||
logger.error('Could not create folder for %s. Not moving: %s' % (release['AlbumTitle'], e))
|
||||
return albumpath
|
||||
|
||||
for r,d,f in os.walk(albumpath):
|
||||
|
||||
Reference in New Issue
Block a user