thumbnails fix #3

Merged
rra merged 2 commits from dickreckard/distribusi:master into master 2019-10-30 10:42:40 +01:00
Showing only changes of commit 69fa5bb7c5 - Show all commits

View File

@ -162,7 +162,7 @@ def distribusify(args, directory): # noqa
caption = ""
if args.captions:
caption = caption(full_path)
a = FILE_TYPES[type_].format(name, caption)
a = FILE_TYPES[type_].format(name, caption)
if subtype in SUB_TYPES:
a = SUB_TYPES[subtype]