From 938c76198980876516c43586bf7595493f717f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Wed, 2 Jul 2008 16:07:51 +0000 Subject: [PATCH] * lib/scripts/lyxpreview2bitmap.py: - do not boil out immediately after a LaTeX error git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25420 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/scripts/lyxpreview2bitmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/scripts/lyxpreview2bitmap.py b/lib/scripts/lyxpreview2bitmap.py index 2defeee601..04cada69df 100755 --- a/lib/scripts/lyxpreview2bitmap.py +++ b/lib/scripts/lyxpreview2bitmap.py @@ -195,7 +195,7 @@ def main(argv): latex_status, latex_stdout = run_command(latex_call) if latex_status != None: - error("%s failed to compile %s" \ + warning("%s failed to compile %s" \ % (os.path.basename(latex), latex_file)) # Run the dvi file through dvipng.