]> git.donarmstrong.com Git - lilypond.git/commitdiff
* python/lilylib.py (progress): Minor fix.
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 4 Oct 2006 11:54:01 +0000 (11:54 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 4 Oct 2006 11:54:01 +0000 (11:54 +0000)
ChangeLog
python/lilylib.py

index 8c721f536376a6802dd3875baf6e2d6390224ef8..7a39b8d69d90a90b3279c84cd5aaddd1f16fc738 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * python/lilylib.py (progress): Minor fix.
+
 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
index 9197d01f95af98ebacbd8e6e2b7941038f5ad61e..877b98e360b1a67cd0390627385e524d9c87a9da 100644 (file)
@@ -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)