mirror of
https://github.com/rendercv/rendercv.git
synced 2026-03-13 12:18:18 -04:00
suppress lualatex output
This commit is contained in:
@@ -453,7 +453,7 @@ def run_latex(latex_file_path: str) -> str:
|
||||
f"{latex_file_name}",
|
||||
],
|
||||
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
|
||||
text=True,
|
||||
shell=True,
|
||||
|
||||
Reference in New Issue
Block a user