mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-20 20:09:27 +01:00
pep8 fix for E122
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user