Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(310)

Unified Diff: python/book_snippets.py

Issue 563260043: Issue 5596: "make check" verbosity reduction (Closed)
Patch Set: ignore diff status in make, not shell Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « make/midi-rules.make ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: python/book_snippets.py
diff --git a/python/book_snippets.py b/python/book_snippets.py
index 2d62b11c1b2cf1c54856b123a848b2d3500f72a8..3afc411d108d759471be879b675e777669daa748 100644
--- a/python/book_snippets.py
+++ b/python/book_snippets.py
@@ -887,7 +887,7 @@ class MusicXMLFileSnippet (LilypondFileSnippet):
xml2ly_option_list.append ('--compressed')
self.compressed = True
opts = " ".join (xml2ly_option_list)
- progress (_ ("Converting MusicXML file `%s'...\n") % self.filename)
+ progress (_ ("Converting MusicXML file `%s'...") % self.filename)
ly_code = self.filter_pipe (self.contents, 'musicxml2ly %s --out=- - ' % opts)
return ly_code
« no previous file with comments | « make/midi-rules.make ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b