]> git.donarmstrong.com Git - lilypond.git/commitdiff
(make_ps_images): typo.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 16 Apr 2005 12:53:31 +0000 (12:53 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 16 Apr 2005 12:53:31 +0000 (12:53 +0000)
ChangeLog
python/lilylib.py

index 6ab22c25243e8242f02d22bd95a8124a1f3f4b75..be6edc04065a259e0f7b86734ac88fb8381044e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * python/lilylib.py (make_ps_images): typo.
+
        * configure.in (gui_b): make bison optional.
 
        * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
index ffeda544253ddd6c88a9ee9b4bd22f6ac81e5362..c15e9fca20f87b69b1de6bc4ac8f5513f51d781d 100644 (file)
@@ -515,7 +515,7 @@ def make_ps_images (ps_name, resolution = 90, papersize = "a4",
        if status:
                remove = glob.glob (png1) + glob.glob (base + '-page*.png')
                map (os.unlink, remove)
-               error (_ ("%s exited with status: %d" % ('GS', status))
+               error (_ ("%s exited with status: %d" % ('GS', status)))
                exit (1)
 
        if rename_page1_p or not multi_page: