summaryrefslogtreecommitdiffhomepage
path: root/md2pdf.py
diff options
context:
space:
mode:
Diffstat (limited to 'md2pdf.py')
-rwxr-xr-xmd2pdf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/md2pdf.py b/md2pdf.py
index 08f5698..3369f63 100755
--- a/md2pdf.py
+++ b/md2pdf.py
@@ -45,5 +45,5 @@ html = ''.join([head, body])
output_file = codecs.open("%s.html" % filename, "w", encoding="utf8")
output_file.write(html)
print ">>> first writing out %s.html" % filename
-print ">>> calling wkthmltopdf" % filename
+print ">>> calling wkthmltopdf"
call(["wkhtmltopdf", "%s.html" % filename, "%s.pdf" % filename])