From: Jan Nieuwenhuizen Date: Sat, 16 Apr 2005 14:36:05 +0000 (+0000) Subject: (make_ps_images): Fixo. X-Git-Tag: release/2.5.20~30 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9087d9142ecb2c317526eb9b50af42280697cf90;p=lilypond.git (make_ps_images): Fixo. --- diff --git a/ChangeLog b/ChangeLog index be6edc0406..a89f876c68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-16 Jan Nieuwenhuizen + + * python/lilylib.py (make_ps_images): Fixo. + 2005-04-16 Han-Wen Nienhuys * python/lilylib.py (make_ps_images): typo. diff --git a/python/lilylib.py b/python/lilylib.py index c15e9fca20..c21f25386a 100644 --- a/python/lilylib.py +++ b/python/lilylib.py @@ -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: