##// 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.
Bradley M. Froehle -
r8259:3c7c235f merge
Show More
Name Size Modified Last Commit Author
/ IPython / lib
tests
__init__.py Loading ...
backgroundjobs.py Loading ...
clipboard.py Loading ...
deepreload.py Loading ...
demo.py Loading ...
display.py Loading ...
guisupport.py Loading ...
inputhook.py Loading ...
inputhookglut.py Loading ...
inputhookgtk.py Loading ...
inputhookgtk3.py Loading ...
inputhookpyglet.py Loading ...
inputhookqt4.py Loading ...
inputhookwx.py Loading ...
irunner.py Loading ...
kernel.py Loading ...
latextools.py Loading ...
pretty.py Loading ...
security.py Loading ...