Skip to content

Commit

Permalink
Debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Aug 24, 2024
1 parent 52b2c23 commit 60d746c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ async def render_latex(job_id, output_format, code, density, quality):
try:
try:
for i in range(0, 3):
print(f"Latex run {i}")
await run_command_async(
COMMAND_LATEX.format(pdir = pdir, fname = fname),
timeout = 8
Expand Down

0 comments on commit 60d746c

Please sign in to comment.