From f5426b4905d14a8fea3ae7258ee3c19fc22d7391 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 14 Aug 2013 22:52:06 -0700 Subject: Small code cleanup. --- scripts/abc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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': -- cgit v1.2.3