From 4df9eb36a05c037bb4b191677de3a348d45456a4 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 25 Sep 2012 17:01:23 +0200 Subject: [PATCH] Remove annoying warning --- lib/scripts/lyxpreview2bitmap.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/scripts/lyxpreview2bitmap.py b/lib/scripts/lyxpreview2bitmap.py index 09ac3a9368..71849ce51e 100755 --- a/lib/scripts/lyxpreview2bitmap.py +++ b/lib/scripts/lyxpreview2bitmap.py @@ -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) -- 2.39.2