Audio Initial Processor

This commit is contained in:
Rodney Ewing
2013-08-13 09:57:35 -07:00
parent 36c17b85c1
commit 5ac1fe8064
3 changed files with 202 additions and 7 deletions

View File

@@ -245,7 +245,8 @@ def thumbs(args):
# prepare filetype and size to be passed into reprocess_parser
if args.size:
extra_args = 'thumb --size {0} {1}'.format(args.size[0], args.size[1])
extra_args = 'thumb --size {0} {1}'.format(args.size[0],
args.size[1])
else:
extra_args = 'thumb'