##// END OF EJS Templates
Cleanup.
AnneTheAgile -
Show More
@@ -98,10 +98,8 b' class PDFExporter(LatexExporter):'
98 def log_error(command, out):
98 def log_error(command, out):
99 self.log.critical(u"%s failed: %s\n%s", command[0], command, out)
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 return self.run_command(self.latex_command, filename,
101 return self.run_command(self.latex_command, filename,
104 self.latex_count, log_error)
102 self.latex_count, log_error)
105
103
106 def run_bib(self, filename):
104 def run_bib(self, filename):
107 """Run bibtex self.latex_count times."""
105 """Run bibtex self.latex_count times."""
General Comments 0
You need to be logged in to leave comments. Login now