mirror of https://github.com/eyhc1/rendercv.git
suppress lualatex output
This commit is contained in:
parent
515d4f4d1b
commit
bb17b74356
|
@ -453,7 +453,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