mirror of https://github.com/eyhc1/rendercv.git
suppress lualatex output
This commit is contained in:
parent
bf2823b85a
commit
3b336d23a3
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue