summaryrefslogtreecommitdiffhomepage
path: root/md2pdf.py
diff options
context:
space:
mode:
authoreliseo papa <elipapa@alum.mit.edu> 2012-10-11 17:21:17 +0100
committereliseo papa <elipapa@alum.mit.edu> 2012-10-11 17:21:17 +0100
commit2fccb9ed90e82986cd5558e6ef642d597a830108 (patch)
tree2e1ff1fbf1e9fb00325483ea51674fd218cdca4f /md2pdf.py
parent4db49669ef1a3656a8434c8d74db6e3bcc75852e (diff)
fixes and more styling
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])