Remove annoying warning

This commit is contained in:
Juergen Spitzmueller 2012-09-25 17:01:23 +02:00
parent 061924e275
commit 4df9eb36a0

View File

@ -367,8 +367,7 @@ def main(argv):
progress("Altering the latex file for font size and colors")
# Omit font size specification in latex file.
if not fix_latex_file(latex_file):
warning("Unable to remove font size from the latex file")
fix_latex_file(latex_file)
if lilypond:
progress("Preprocess the latex file through %s" % lilypond_book)