reorg - great file renaming

This commit is contained in:
mDuo13
2016-02-22 19:09:33 -08:00
parent 6f569795bd
commit b72347591e
43 changed files with 1410 additions and 1215 deletions

View File

@@ -499,7 +499,7 @@ if __name__ == "__main__":
if cli_args.pdf[-4:] != ".pdf":
exit("PDF filename must end in .pdf")
logging.info("making a pdf...")
make_pdf(cli_args.pdf)
make_pdf(cli_args.pdf, target=cli_args.target)
logging.info("pdf done")
else: