Fix flake8-commas C812 missing trailing comma

This commit is contained in:
Labrys of Knossos 2019-04-05 14:03:25 -04:00
parent 0bcbabd681
commit 14b2aa6bf4
13 changed files with 39 additions and 39 deletions

View file

@ -672,7 +672,7 @@ def rip_iso(item, new_dir, bitbucket):
combined.extend(concat)
continue
name = '{name}.cd{x}'.format(
name=os.path.splitext(os.path.split(item)[1])[0], x=n + 1
name=os.path.splitext(os.path.split(item)[1])[0], x=n + 1,
)
new_files.append({item: {'name': name, 'files': concat}})
if core.CONCAT: