##// END OF EJS Templates
Merge pull request #2196 from jstenar/latextools-fix...
Merge pull request #2196 from jstenar/latextools-fix Fix for bad command line argument to latex, prevent possible deadlock. The option was incorrectly written as `-halt-on-errror` instead of `-halt-on-error`. In addition, we redirect the output of the called process to `os.devnull` to avoid a deadlock.

File last commit:

r1234:52b55407
r8259:3c7c235f merge
Show More
__init__.py
10 lines | 558 B | text/x-python | PythonLexer
# encoding: utf-8
__docformat__ = "restructuredtext en"
#-------------------------------------------------------------------------------
# Copyright (C) 2005 Fernando Perez <fperez@colorado.edu>
# Brian E Granger <ellisonbg@gmail.com>
# Benjamin Ragan-Kelley <benjaminrk@gmail.com>
#
# Distributed under the terms of the BSD License. The full license is in
# the file COPYING, distributed as part of this software.
#-------------------------------------------------------------------------------