Skip to content

Commit

Permalink
Debugging (remove later)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Dec 11, 2023
1 parent 208ee6d commit 6ac9245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/nb-tester/test-notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ def execute_notebook(path: Path, options: ExecuteOptions) -> bool:
except possible_exceptions as err:
print("\r\n")
print(err)
with open("latex_error.log") as f:
print(f.read())
return False
print("\r✅")
return True
Expand Down

0 comments on commit 6ac9245

Please sign in to comment.