build/sequence

This commit is contained in:
Marc Beninca 2020-04-28 01:39:51 +02:00
parent 35dc304f33
commit af887b66a1

View file

@ -32,6 +32,7 @@ def build():
document,
])
run(command)
run(command)
pdf = f'{document}.pdf'
os.rename(os.path.join(TMP, pdf), pdf)