]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/lyxpreview2bitmap.py
Some configure.py fixes from Guenter.
[lyx.git] / lib / scripts / lyxpreview2bitmap.py
index 2defeee601e425547ad56ba308d25c89eb8b9786..04cada69df8cb2b1e16d5ab6398fb5cd0ad4042d 100755 (executable)
@@ -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.