mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
* 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:
parent
01c71419d9
commit
938c761989
@ -195,7 +195,7 @@ def main(argv):
|
|||||||
|
|
||||||
latex_status, latex_stdout = run_command(latex_call)
|
latex_status, latex_stdout = run_command(latex_call)
|
||||||
if latex_status != None:
|
if latex_status != None:
|
||||||
error("%s failed to compile %s" \
|
warning("%s failed to compile %s" \
|
||||||
% (os.path.basename(latex), latex_file))
|
% (os.path.basename(latex), latex_file))
|
||||||
|
|
||||||
# Run the dvi file through dvipng.
|
# Run the dvi file through dvipng.
|
||||||
|
Loading…
Reference in New Issue
Block a user