Small code cleanup.
This commit is contained in:
parent
f24c574a1a
commit
f5426b4905
1 changed files with 1 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Reference in a new issue