]> git.donarmstrong.com Git - lilypond.git/commitdiff
(make_ps_images): Fixo.
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 16 Apr 2005 14:36:05 +0000 (14:36 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 16 Apr 2005 14:36:05 +0000 (14:36 +0000)
ChangeLog
python/lilylib.py

index be6edc04065a259e0f7b86734ac88fb8381044e7..a89f876c6849e74a4d36bb4d3bce64d8df67da33 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * python/lilylib.py (make_ps_images): Fixo.
+
 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * python/lilylib.py (make_ps_images): typo.
index c15e9fca20f87b69b1de6bc4ac8f5513f51d781d..c21f25386a1f1ee789f826aa53631b031901df30 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: