mirror of
https://github.com/rendercv/rendercv.git
synced 2026-03-13 04:11:41 -04:00
debug run_latex
This commit is contained in:
@@ -398,7 +398,7 @@ def run_latex(latex_file_path):
|
||||
f"{latex_file}",
|
||||
],
|
||||
cwd=os.path.dirname(latex_file_path),
|
||||
stdout=subprocess.DEVNULL, # suppress latexmk output
|
||||
# stdout=subprocess.DEVNULL, # suppress latexmk output
|
||||
)
|
||||
|
||||
# remove the unnecessary files:
|
||||
|
||||
Reference in New Issue
Block a user