From f42278065b17e01a18326ccd9abc8849aba24b02 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 16 Apr 2005 12:53:31 +0000 Subject: [PATCH] (make_ps_images): typo. --- ChangeLog | 2 ++ python/lilylib.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6ab22c2524..be6edc0406 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-04-16 Han-Wen Nienhuys + * python/lilylib.py (make_ps_images): typo. + * configure.in (gui_b): make bison optional. * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer. diff --git a/python/lilylib.py b/python/lilylib.py index ffeda54425..c15e9fca20 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.2