a bug fix for --no-filenames option to work! (for images) #5
@ -166,6 +166,7 @@ def distribusify(args, directory): # noqa
|
||||
a = thumbnail(full_path, name, args)
|
||||
if args.no_filenames:
|
||||
caption = ""
|
||||
a = FILE_TYPES[type_].format(name, caption)
|
||||
if args.captions:
|
||||
caption = caption(full_path)
|
||||
a = FILE_TYPES[type_].format(name, caption)
|
||||
|
Loading…
Reference in New Issue
Block a user