pep8 fix for E122

This commit is contained in:
rembo10
2016-06-02 23:34:39 +01:00
parent 60a1aaa3ab
commit c3b6d5c0ca

View File

@@ -664,7 +664,7 @@ def renameNFO(albumpath):
os.rename(os.path.join(r, file), new_file_name)
except Exception as e:
logger.error(u'Could not rename file: %s. Error: %s' % (
os.path.join(r, file).decode(headphones.SYS_ENCODING, 'replace'), e))
os.path.join(r, file).decode(headphones.SYS_ENCODING, 'replace'), e))
def moveFiles(albumpath, release, metadata_dict):