Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e2c8154

Browse filesBrowse files
committed
Actually check of the requested tex system
1 parent c2eaecc commit e2c8154
Copy full SHA for e2c8154

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎lib/matplotlib/tests/test_backend_pgf.py‎

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backend_pgf.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def check_for(texsystem):
3131
\\@@end
3232
"""
3333
try:
34-
latex = subprocess.Popen(["xelatex", "-halt-on-error"],
34+
latex = subprocess.Popen([texsystem, "-halt-on-error"],
3535
stdin=subprocess.PIPE,
3636
stdout=subprocess.PIPE)
3737
stdout, stderr = latex.communicate(header.encode("utf8"))

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.