mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-27 18:05:48 +00:00
Small code cleanup.
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ def abc2eps(abc, filetype, outfile):
|
||||
p.stdin.write(abc)
|
||||
p.communicate()
|
||||
p.stdin.close()
|
||||
p = call(["convert", outfile + '.eps', outfile + '.' + filetype])
|
||||
call(["convert", outfile + '.eps', outfile + '.' + filetype])
|
||||
|
||||
def abc(key, value, format):
|
||||
if key == 'CodeBlock':
|
||||
|
||||
Reference in New Issue
Block a user