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