mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
doc: cosmetic fix for prerst2man.py
Fix a particular egregious combination of format and string concatenation.
This commit is contained in:
parent
beef0a8f55
commit
4430b14106
1 changed files with 2 additions and 1 deletions
|
@ -59,4 +59,5 @@ for page in man_pages:
|
|||
outfile.write("".join(lines))
|
||||
outfile.close()
|
||||
|
||||
os.system('set -x; rst2man {0} {1}'.format(filename, outdir + '/' + page[0] + '.' + str(page[4])))
|
||||
os.system('set -x; rst2man {0} {1}/{2}.{3}'
|
||||
.format(filename, outdir, page[0],page[4]))
|
||||
|
|
Loading…
Reference in a new issue