mirror of https://github.com/eyhc1/rendercv.git
debug run_latex
This commit is contained in:
parent
c00492f8c5
commit
4ec486ef6a
|
@ -398,7 +398,7 @@ def run_latex(latex_file_path):
|
||||||
f"{latex_file}",
|
f"{latex_file}",
|
||||||
],
|
],
|
||||||
cwd=os.path.dirname(latex_file_path),
|
cwd=os.path.dirname(latex_file_path),
|
||||||
stdout=subprocess.DEVNULL, # suppress latexmk output
|
# stdout=subprocess.DEVNULL, # suppress latexmk output
|
||||||
)
|
)
|
||||||
|
|
||||||
# remove the unnecessary files:
|
# remove the unnecessary files:
|
||||||
|
|
Loading…
Reference in New Issue