Show More
@@ -43,6 +43,7 b' class PDFPostProcessor(PostProcessorBase):' | |||
|
43 | 43 | See files.py for more... |
|
44 | 44 | """ |
|
45 | 45 | command = self.compiler.format(input) |
|
46 | self.log.info("Building PDF: `%s`", command) | |
|
46 | 47 | for index in range(self.iteration_count): |
|
47 | 48 | if self.verbose: |
|
48 | 49 | subprocess.Popen(command, shell=True) |
General Comments 0
You need to be logged in to leave comments.
Login now