diff --git a/screenless/bureau/bureau.py b/screenless/bureau/bureau.py index 55a176f..d655d66 100644 --- a/screenless/bureau/bureau.py +++ b/screenless/bureau/bureau.py @@ -338,7 +338,7 @@ class Bureau(object): # TODO: make paper size a config variable pdfpath = tempfile.mkstemp(".pdf")[1] - self.log.debug("rendering with: " + htmlpath + " " + pdfpath) + self.log.debug("rendering to: " + pdfpath) weasyprint.HTML(string=templ.render_unicode(**kwargs)).write_pdf(pdfpath) #subprocess.call(self.html2pdf + htmlpath + " " + pdfpath + # " A4 1920px", shell=True)