suppress lualatex output

This commit is contained in:
Sina Atalay 2023-11-17 20:30:02 +01:00 committed by Jeffrey Goldberg
parent bf2823b85a
commit 3b336d23a3
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ def run_latex(latex_file_path: str) -> str:
f"{latex_file_name}", f"{latex_file_name}",
], ],
cwd=os.path.dirname(latex_file_path), cwd=os.path.dirname(latex_file_path),
# stdout=subprocess.PIPE, stdout=subprocess.PIPE,
stdin=subprocess.DEVNULL, # don't allow TinyTeX to ask for user input stdin=subprocess.DEVNULL, # don't allow TinyTeX to ask for user input
text=True, text=True,
shell=True, shell=True,