Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Dec 11, 2023
1 parent 458561a commit c016459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/nb-tester/test-notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def execute_notebook(path: str, options: ExecuteOptions) -> bool:
path = Path(path)
if path.suffix != ".ipynb":
print(f"⏭️ {path} is not a notebook; skipping")
return True
print(f"▶️ {path}", end="", flush=True)
possible_exceptions = (
nbconvert.preprocessors.CellExecutionError,
Expand Down

0 comments on commit c016459

Please sign in to comment.