From 9087d9142ecb2c317526eb9b50af42280697cf90 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 16 Apr 2005 14:36:05 +0000 Subject: [PATCH] (make_ps_images): Fixo. --- ChangeLog | 4 ++++ python/lilylib.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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: -- 2.39.5