From 56b4aae20940bac76b90937abcbac7e85f1a33c2 Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Wed, 4 Oct 2006 11:54:01 +0000 Subject: [PATCH] * python/lilylib.py (progress): Minor fix. --- ChangeLog | 4 ++++ python/lilylib.py | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8c721f5363..7a39b8d69d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-04 Mats Bengtsson + + * python/lilylib.py (progress): Minor fix. + 2006-10-04 Han-Wen Nienhuys * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): diff --git a/python/lilylib.py b/python/lilylib.py index 9197d01f95..877b98e360 100644 --- a/python/lilylib.py +++ b/python/lilylib.py @@ -130,6 +130,7 @@ def ossystem_system (cmd, log_file=None): + name = command_name (cmd) if be_verbose: show_progress = 1 progress (_ ("Invoking `%s\'") % cmd) -- 2.39.2