a2m: fix broken --p option

This commit is contained in:
Gordon Shumway 2019-07-29 18:48:00 -04:00 committed by GitHub
parent cba87e4dab
commit d98ca83008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1280,7 +1280,7 @@ class ASCII(callbacks.Plugin):
if 'n' in optlist:
opts += '-n '.format(n)
if 'p' in optlist:
opts += '-p '.format(p)
opts += '-p '
if 't' in optlist:
t = optlist.get('t')
opts += '-t {0} '.format(t)