Show More
@@ -98,10 +98,8 b' class PDFExporter(LatexExporter):' | |||
|
98 | 98 | def log_error(command, out): |
|
99 | 99 | self.log.critical(u"%s failed: %s\n%s", command[0], command, out) |
|
100 | 100 | |
|
101 | the_cmd = self.latex_command[0] | |
|
102 | self.log.info("About to test shutil of Running : %s", self.latex_command[0]) | |
|
103 | 101 | return self.run_command(self.latex_command, filename, |
|
104 |
self.latex_count, log_error) |
|
|
102 | self.latex_count, log_error) | |
|
105 | 103 | |
|
106 | 104 | def run_bib(self, filename): |
|
107 | 105 | """Run bibtex self.latex_count times.""" |
General Comments 0
You need to be logged in to leave comments.
Login now