aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/abc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/abc.py b/scripts/abc.py
index 9c80fd6db..daecd1070 100755
--- a/scripts/abc.py
+++ b/scripts/abc.py
@@ -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':