* 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
This commit is contained in:
Jürgen Spitzmüller 2008-07-02 16:07:51 +00:00
parent 01c71419d9
commit 938c761989

View File

@ -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.